Html Css Color HEX #FFC60C Golden Poppy

📋 copy color: '#FFC60C'

red 255 ◦ green 198 ◦ blue 12

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

Shades of Golden Poppy #FFC60C

Tints of Golden Poppy #FFC60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.58%

R = 54.84%
G = 42.58%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFC60C (or 0xFFC60C) is known color: Golden Poppy. HEX triplet: FF, C6 and 0C. RGB value is (255,198,12). Sum of RGB (Red+Green+Blue) = 255+198+12=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC60C is #0039F3. Grayscale: #C2C2C2. Windows color (decimal): -14836 or 837375. OLE color: 837375.

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

Color convert

RGB 255 198 12 -
CMYK 0 0.22 0.95 0
HSL 45.93º 1% 0.52% -
HSV(B) 45.93º 0.95% 1% -
XYZ 61.5 61.67 9.01 -
YUV 193.84 25.38 171.62 -
System Red Green Blue C M Y K H S L
Decimal 255 198 12 0 0.22 0.95 0 45.93 1 0.52
Hex FF C6 C 0 16 5F 0 2E 64 34
Octal 377 306 14 0 26 137 0 56 144 64
Binary 11111111 11000110 1100 0 10110 1011111 0 101110 1100100 110100

Color Harmonies of #FFC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC60C

Black with #FFC60C

Text Example


Text Example

White with #FFC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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