Html Css Color HEX #FFC712 Golden Poppy

📋 copy color: '#FFC712'

red 255 ◦ green 199 ◦ blue 18

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

Shades of Golden Poppy #FFC712

Tints of Golden Poppy #FFC712

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.16%

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

R = 54.03%
G = 42.16%
B = 3.81%

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

#FFC712 (or 0xFFC712) is known color: Golden Poppy. HEX triplet: FF, C7 and 12. RGB value is (255,199,18). Sum of RGB (Red+Green+Blue) = 255+199+18=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC712 is #0038ED. Grayscale: #C3C3C3. Windows color (decimal): -14574 or 1230847. OLE color: 1230847.

HSL color Cylindrical-coordinate representation of color #FFC712: hue angle of 45.82º 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 #FFC712 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 18 -
CMYK 0 0.22 0.93 0
HSL 45.82º 1% 0.54% -
HSV(B) 45.82º 0.93% 1% -
XYZ 61.77 62.15 9.31 -
YUV 195.11 28.05 170.72 -
System Red Green Blue C M Y K H S L
Decimal 255 199 18 0 0.22 0.93 0 45.82 1 0.54
Hex FF C7 12 0 16 5D 0 2E 64 36
Octal 377 307 22 0 26 135 0 56 144 66
Binary 11111111 11000111 10010 0 10110 1011101 0 101110 1100100 110110

Color Harmonies of #FFC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC712

Black with #FFC712

Text Example


Text Example

White with #FFC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC712; }

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

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

background-color css

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

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

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

border-color css

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

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

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