Html Css Color HEX #FFC604 Golden Poppy

📋 copy color: '#FFC604'

red 255 ◦ green 198 ◦ blue 4

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

Shades of Golden Poppy #FFC604

Tints of Golden Poppy #FFC604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.88%

R = 55.8%
G = 43.33%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FFC604 (or 0xFFC604) is known color: Golden Poppy. HEX triplet: FF, C6 and 04. RGB value is (255,198,4). Sum of RGB (Red+Green+Blue) = 255+198+4=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 198 (77.73% from 255 or 43.33% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC604 is #0039FB. Grayscale: #C1C1C1. Windows color (decimal): -14844 or 313087. OLE color: 313087.

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

Color convert

RGB 255 198 4 -
CMYK 0 0.22 0.98 0
HSL 46.37º 1% 0.51% -
HSV(B) 46.37º 0.98% 1% -
XYZ 61.46 61.66 8.78 -
YUV 192.93 21.38 172.27 -
System Red Green Blue C M Y K H S L
Decimal 255 198 4 0 0.22 0.98 0 46.37 1 0.51
Hex FF C6 4 0 16 62 0 2E 64 33
Octal 377 306 4 0 26 142 0 56 144 63
Binary 11111111 11000110 100 0 10110 1100010 0 101110 1100100 110011

Color Harmonies of #FFC604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC604

Black with #FFC604

Text Example


Text Example

White with #FFC604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC604; }

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

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

background-color css

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

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

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

border-color css

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

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

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