Html Css Color HEX #FDC268 Grandis

📋 copy color: '#FDC268'

red 253 ◦ green 194 ◦ blue 104

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

Shades of Grandis #FDC268

Tints of Grandis #FDC268

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.21%

 BLUE value IS 104 (41.02% from 255) = 18.87%

R = 45.92%
G = 35.21%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDC268 (or 0xFDC268) is known color: Grandis. HEX triplet: FD, C2 and 68. RGB value is (253,194,104). Sum of RGB (Red+Green+Blue) = 253+194+104=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC268 is #023D97. Grayscale: #C9C9C9. Windows color (decimal): -146840 or 6865661. OLE color: 6865661.

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

Color convert

RGB 253 194 104 -
CMYK 0 0.23 0.59 0.01
HSL 36.24º 0.97% 0.7% -
HSV(B) 36.24º 0.59% 0.99% -
XYZ 62.3 60.47 21.48 -
YUV 201.38 73.05 164.82 -
System Red Green Blue C M Y K H S L
Decimal 253 194 104 0 0.23 0.59 0.01 36.24 0.97 0.7
Hex FD C2 68 0 17 3B 1 24 61 46
Octal 375 302 150 0 27 73 1 44 141 106
Binary 11111101 11000010 1101000 0 10111 111011 1 100100 1100001 1000110

Color Harmonies of #FDC268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC268

Black with #FDC268

Text Example


Text Example

White with #FDC268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC268; }

 p { color: rgb(253,194,104); }

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

background-color css

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

 a { background-color: rgb(253,194,104); }

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

border-color css

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

 span { border-color: rgb(253,194,104); }

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