Html Css Color HEX #FDC067 Grandis

📋 copy color: '#FDC067'

red 253 ◦ green 192 ◦ blue 103

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

Shades of Grandis #FDC067

Tints of Grandis #FDC067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.04%

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

R = 46.17%
G = 35.04%
B = 18.8%

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

#FDC067 (or 0xFDC067) is known color: Grandis. HEX triplet: FD, C0 and 67. RGB value is (253,192,103). Sum of RGB (Red+Green+Blue) = 253+192+103=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC067 is #023F98. Grayscale: #C8C8C8. Windows color (decimal): -147353 or 6799613. OLE color: 6799613.

HSL color Cylindrical-coordinate representation of color #FDC067: hue angle of 35.6º 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 #FDC067 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 192 103 -
CMYK 0 0.24 0.59 0.01
HSL 35.6º 0.97% 0.7% -
HSV(B) 35.6º 0.59% 0.99% -
XYZ 61.81 59.56 21.07 -
YUV 200.09 73.21 165.74 -
System Red Green Blue C M Y K H S L
Decimal 253 192 103 0 0.24 0.59 0.01 35.6 0.97 0.7
Hex FD C0 67 0 18 3B 1 24 61 46
Octal 375 300 147 0 30 73 1 44 141 106
Binary 11111101 11000000 1100111 0 11000 111011 1 100100 1100001 1000110

Color Harmonies of #FDC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC067

Black with #FDC067

Text Example


Text Example

White with #FDC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC067; }

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

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

background-color css

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

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

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

border-color css

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

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

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