Html Css Color HEX #FCF70B Yellow

📋 copy color: '#FCF70B'

red 252 ◦ green 247 ◦ blue 11

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

Shades of Yellow #FCF70B

Tints of Yellow #FCF70B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.43%

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

R = 49.41%
G = 48.43%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF70B (or 0xFCF70B) is known color: Yellow. HEX triplet: FC, F7 and 0B. RGB value is (252,247,11). Sum of RGB (Red+Green+Blue) = 252+247+11=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 247 (96.88% from 255 or 48.43% from 510); Blue value is 11 (4.69% from 255 or 2.16% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF70B is #0308F4. Grayscale: #DEDEDE. Windows color (decimal): -198901 or 784380. OLE color: 784380.

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

Color convert

RGB 252 247 11 -
CMYK 0 0.02 0.96 0.01
HSL 58.76º 0.98% 0.52% -
HSV(B) 58.76º 0.96% 0.99% -
XYZ 73.47 87.24 13.28 -
YUV 221.59 9.16 149.69 -
System Red Green Blue C M Y K H S L
Decimal 252 247 11 0 0.02 0.96 0.01 58.76 0.98 0.52
Hex FC F7 B 0 2 60 1 3B 62 34
Octal 374 367 13 0 2 140 1 73 142 64
Binary 11111100 11110111 1011 0 10 1100000 1 111011 1100010 110100

Color Harmonies of #FCF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF70B

Black with #FCF70B

Text Example


Text Example

White with #FCF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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