Html Css Color HEX #FFC60F Golden Poppy

📋 copy color: '#FFC60F'

red 255 ◦ green 198 ◦ blue 15

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

Shades of Golden Poppy #FFC60F

Tints of Golden Poppy #FFC60F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 54.49%
G = 42.31%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FFC60F (or 0xFFC60F) is known color: Golden Poppy. HEX triplet: FF, C6 and 0F. RGB value is (255,198,15). Sum of RGB (Red+Green+Blue) = 255+198+15=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 15 (6.25% from 255 or 3.21% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC60F is #0039F0. Grayscale: #C2C2C2. Windows color (decimal): -14833 or 1033983. OLE color: 1033983.

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

Color convert

RGB 255 198 15 -
CMYK 0 0.22 0.94 0
HSL 45.75º 1% 0.53% -
HSV(B) 45.75º 0.94% 1% -
XYZ 61.52 61.68 9.12 -
YUV 194.18 26.88 171.38 -
System Red Green Blue C M Y K H S L
Decimal 255 198 15 0 0.22 0.94 0 45.75 1 0.53
Hex FF C6 F 0 16 5E 0 2E 64 35
Octal 377 306 17 0 26 136 0 56 144 65
Binary 11111111 11000110 1111 0 10110 1011110 0 101110 1100100 110101

Color Harmonies of #FFC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC60F

Black with #FFC60F

Text Example


Text Example

White with #FFC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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