Html Css Color HEX #FCC70B Golden Poppy

📋 copy color: '#FCC70B'

red 252 ◦ green 199 ◦ blue 11

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

Shades of Golden Poppy #FCC70B

Tints of Golden Poppy #FCC70B

RGB

 RED value IS 252 (98.83% from 255) = 54.55%

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

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

R = 54.55%
G = 43.07%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCC70B (or 0xFCC70B) is known color: Golden Poppy. HEX triplet: FC, C7 and 0B. RGB value is (252,199,11). Sum of RGB (Red+Green+Blue) = 252+199+11=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC70B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC70B is #0338F4. Grayscale: #C2C2C2. Windows color (decimal): -211189 or 772092. OLE color: 772092.

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

Color convert

RGB 252 199 11 -
CMYK 0 0.21 0.96 0.01
HSL 46.8º 0.98% 0.52% -
HSV(B) 46.8º 0.96% 0.99% -
XYZ 60.63 61.57 9 -
YUV 193.42 25.06 169.79 -
System Red Green Blue C M Y K H S L
Decimal 252 199 11 0 0.21 0.96 0.01 46.8 0.98 0.52
Hex FC C7 B 0 15 60 1 2F 62 34
Octal 374 307 13 0 25 140 1 57 142 64
Binary 11111100 11000111 1011 0 10101 1100000 1 101111 1100010 110100

Color Harmonies of #FCC70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC70B

Black with #FCC70B

Text Example


Text Example

White with #FCC70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC70B; }

 p { color: rgb(252,199,11); }

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

background-color css

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

 a { background-color: rgb(252,199,11); }

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

border-color css

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

 span { border-color: rgb(252,199,11); }

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