Html Css Color HEX #FDC167 Grandis

📋 copy color: '#FDC167'

red 253 ◦ green 193 ◦ blue 103

#FDC167
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grandis #FDC167

Tints of Grandis #FDC167

RGB

 RED value IS 253 (99.22% from 255) = 46.08%

 GREEN value IS 193 (75.78% from 255) = 35.15%

 BLUE value IS 103 (40.63% from 255) = 18.76%

R = 46.08%
G = 35.15%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FDC167 (or 0xFDC167) is known color: Grandis. HEX triplet: FD, C1 and 67. RGB value is (253,193,103). Sum of RGB (Red+Green+Blue) = 253+193+103=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 103 (40.62% from 255 or 18.76% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC167 is #023E98. Grayscale: #C9C9C9. Windows color (decimal): -147097 or 6799869. OLE color: 6799869.

HSL color Cylindrical-coordinate representation of color #FDC167: hue angle of 36º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDC167 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 193 103 -
CMYK 0 0.24 0.59 0.01
HSL 36º 0.97% 0.7% -
HSV(B) 36º 0.59% 0.99% -
XYZ 62.03 60 21.14 -
YUV 200.68 72.88 165.32 -
System Red Green Blue C M Y K H S L
Decimal 253 193 103 0 0.24 0.59 0.01 36 0.97 0.7
Hex FD C1 67 0 18 3B 1 24 61 46
Octal 375 301 147 0 30 73 1 44 141 106
Binary 11111101 11000001 1100111 0 11000 111011 1 100100 1100001 1000110

Color Harmonies of #FDC167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC167

Black with #FDC167

Text Example


Text Example

White with #FDC167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC167; }

 p { color: rgb(253,193,103); }

 H1.HeaderClassName
 {
   color: #FDC167;
 }
 .AnyTagClassName
 {
   color: #FDC167;
 }
</style>

background-color css

<style>
 a { background-color: #FDC167; }

 a { background-color: rgb(253,193,103); }

 div.DivClassName
 {
   background-color: #FDC167;
 }
 .BgClassName
 {
   background-color: #FDC167;
 }
</style>

border-color css

<style>
 span { border-color: #FDC167; }

 span { border-color: rgb(253,193,103); }

 td.TdClassName
 {
   border-color: #FDC167;
 }
 .TagClassName
 {
   border-color: #FDC167;
 }
</style>