Html Css Color HEX #FFC612 Golden Poppy

📋 copy color: '#FFC612'

red 255 ◦ green 198 ◦ blue 18

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

Shades of Golden Poppy #FFC612

Tints of Golden Poppy #FFC612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.82%

R = 54.14%
G = 42.04%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FFC612 (or 0xFFC612) is known color: Golden Poppy. HEX triplet: FF, C6 and 12. RGB value is (255,198,18). Sum of RGB (Red+Green+Blue) = 255+198+18=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 198 (77.73% from 255 or 42.04% from 471); Blue value is 18 (7.42% from 255 or 3.82% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC612 is #0039ED. Grayscale: #C3C3C3. Windows color (decimal): -14830 or 1230591. OLE color: 1230591.

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

Color convert

RGB 255 198 18 -
CMYK 0 0.22 0.93 0
HSL 45.57º 1% 0.54% -
HSV(B) 45.57º 0.93% 1% -
XYZ 61.54 61.69 9.24 -
YUV 194.52 28.38 171.14 -
System Red Green Blue C M Y K H S L
Decimal 255 198 18 0 0.22 0.93 0 45.57 1 0.54
Hex FF C6 12 0 16 5D 0 2E 64 36
Octal 377 306 22 0 26 135 0 56 144 66
Binary 11111111 11000110 10010 0 10110 1011101 0 101110 1100100 110110

Color Harmonies of #FFC612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC612

Black with #FFC612

Text Example


Text Example

White with #FFC612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC612; }

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

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

background-color css

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

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

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

border-color css

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

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

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