Html Css Color HEX #FFC608 Golden Poppy

📋 copy color: '#FFC608'

red 255 ◦ green 198 ◦ blue 8

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

Shades of Golden Poppy #FFC608

Tints of Golden Poppy #FFC608

RGB

 RED value IS 255 (100% from 255) = 55.31%

 GREEN value IS 198 (77.73% from 255) = 42.95%

 BLUE value IS 8 (3.52% from 255) = 1.74%

R = 55.31%
G = 42.95%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FFC608 (or 0xFFC608) is known color: Golden Poppy. HEX triplet: FF, C6 and 08. RGB value is (255,198,8). Sum of RGB (Red+Green+Blue) = 255+198+8=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 198 (77.73% from 255 or 42.95% from 461); Blue value is 8 (3.52% from 255 or 1.74% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC608 is #0039F7. Grayscale: #C2C2C2. Windows color (decimal): -14840 or 575231. OLE color: 575231.

HSL color Cylindrical-coordinate representation of color #FFC608: hue angle of 46.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFC608 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 198 8 -
CMYK 0 0.22 0.97 0
HSL 46.15º 1% 0.52% -
HSV(B) 46.15º 0.97% 1% -
XYZ 61.48 61.67 8.89 -
YUV 193.38 23.38 171.95 -
System Red Green Blue C M Y K H S L
Decimal 255 198 8 0 0.22 0.97 0 46.15 1 0.52
Hex FF C6 8 0 16 61 0 2E 64 34
Octal 377 306 10 0 26 141 0 56 144 64
Binary 11111111 11000110 1000 0 10110 1100001 0 101110 1100100 110100

Color Harmonies of #FFC608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC608

Black with #FFC608

Text Example


Text Example

White with #FFC608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC608; }

 p { color: rgb(255,198,8); }

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

background-color css

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

 a { background-color: rgb(255,198,8); }

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

border-color css

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

 span { border-color: rgb(255,198,8); }

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