Html Css Color HEX #FFC60B Golden Poppy

📋 copy color: '#FFC60B'

red 255 ◦ green 198 ◦ blue 11

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

Shades of Golden Poppy #FFC60B

Tints of Golden Poppy #FFC60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 54.96%
G = 42.67%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFC60B (or 0xFFC60B) is known color: Golden Poppy. HEX triplet: FF, C6 and 0B. RGB value is (255,198,11). Sum of RGB (Red+Green+Blue) = 255+198+11=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC60B is #0039F4. Grayscale: #C2C2C2. Windows color (decimal): -14837 or 771839. OLE color: 771839.

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

Color convert

RGB 255 198 11 -
CMYK 0 0.22 0.96 0
HSL 45.98º 1% 0.52% -
HSV(B) 45.98º 0.96% 1% -
XYZ 61.49 61.67 8.98 -
YUV 193.73 24.88 171.71 -
System Red Green Blue C M Y K H S L
Decimal 255 198 11 0 0.22 0.96 0 45.98 1 0.52
Hex FF C6 B 0 16 60 0 2E 64 34
Octal 377 306 13 0 26 140 0 56 144 64
Binary 11111111 11000110 1011 0 10110 1100000 0 101110 1100100 110100

Color Harmonies of #FFC60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC60B

Black with #FFC60B

Text Example


Text Example

White with #FFC60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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