Html Css Color HEX #FFC50B Golden Poppy

📋 copy color: '#FFC50B'

red 255 ◦ green 197 ◦ blue 11

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

Shades of Golden Poppy #FFC50B

Tints of Golden Poppy #FFC50B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.55%

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

R = 55.08%
G = 42.55%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFC50B (or 0xFFC50B) is known color: Golden Poppy. HEX triplet: FF, C5 and 0B. RGB value is (255,197,11). Sum of RGB (Red+Green+Blue) = 255+197+11=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 11 (4.69% from 255 or 2.38% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC50B is #003AF4. Grayscale: #C1C1C1. Windows color (decimal): -15093 or 771583. OLE color: 771583.

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

Color convert

RGB 255 197 11 -
CMYK 0 0.23 0.96 0
HSL 45.74º 1% 0.52% -
HSV(B) 45.74º 0.96% 1% -
XYZ 61.27 61.22 8.9 -
YUV 193.14 25.22 172.12 -
System Red Green Blue C M Y K H S L
Decimal 255 197 11 0 0.23 0.96 0 45.74 1 0.52
Hex FF C5 B 0 17 60 0 2E 64 34
Octal 377 305 13 0 27 140 0 56 144 64
Binary 11111111 11000101 1011 0 10111 1100000 0 101110 1100100 110100

Color Harmonies of #FFC50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC50B

Black with #FFC50B

Text Example


Text Example

White with #FFC50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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