Html Css Color HEX #FCF90B Yellow

📋 copy color: '#FCF90B'

red 252 ◦ green 249 ◦ blue 11

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

Shades of Yellow #FCF90B

Tints of Yellow #FCF90B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

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

R = 49.22%
G = 48.63%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCF90B (or 0xFCF90B) is known color: Yellow. HEX triplet: FC, F9 and 0B. RGB value is (252,249,11). Sum of RGB (Red+Green+Blue) = 252+249+11=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 11 (4.69% from 255 or 2.15% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF90B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF90B is #0306F4. Grayscale: #DFDFDF. Windows color (decimal): -198389 or 784892. OLE color: 784892.

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

Color convert

RGB 252 249 11 -
CMYK 0 0.01 0.96 0.01
HSL 59.25º 0.98% 0.52% -
HSV(B) 59.25º 0.96% 0.99% -
XYZ 74.08 88.47 13.49 -
YUV 222.77 8.49 148.85 -
System Red Green Blue C M Y K H S L
Decimal 252 249 11 0 0.01 0.96 0.01 59.25 0.98 0.52
Hex FC F9 B 0 1 60 1 3B 62 34
Octal 374 371 13 0 1 140 1 73 142 64
Binary 11111100 11111001 1011 0 1 1100000 1 111011 1100010 110100

Color Harmonies of #FCF90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF90B

Black with #FCF90B

Text Example


Text Example

White with #FCF90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF90B; }

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

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

background-color css

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

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

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

border-color css

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

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

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