Html Css Color HEX #FCF102 Yellow

📋 copy color: '#FCF102'

red 252 ◦ green 241 ◦ blue 2

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

Shades of Yellow #FCF102

Tints of Yellow #FCF102

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.69%

 BLUE value IS 2 (1.17% from 255) = 0.4%

R = 50.91%
G = 48.69%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCF102 (or 0xFCF102) is known color: Yellow. HEX triplet: FC, F1 and 02. RGB value is (252,241,2). Sum of RGB (Red+Green+Blue) = 252+241+2=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 2 (1.17% from 255 or 0.40% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF102 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF102 is #030EFD. Grayscale: #DADADA. Windows color (decimal): -200446 or 193020. OLE color: 193020.

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

Color convert

RGB 252 241 2 -
CMYK 0 0.04 0.99 0.01
HSL 57.36º 0.98% 0.5% -
HSV(B) 57.36º 0.99% 0.99% -
XYZ 71.61 83.61 12.42 -
YUV 217.04 6.64 152.93 -
System Red Green Blue C M Y K H S L
Decimal 252 241 2 0 0.04 0.99 0.01 57.36 0.98 0.5
Hex FC F1 2 0 4 63 1 39 62 32
Octal 374 361 2 0 4 143 1 71 142 62
Binary 11111100 11110001 10 0 100 1100011 1 111001 1100010 110010

Color Harmonies of #FCF102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF102

Black with #FCF102

Text Example


Text Example

White with #FCF102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF102; }

 p { color: rgb(252,241,2); }

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

background-color css

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

 a { background-color: rgb(252,241,2); }

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

border-color css

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

 span { border-color: rgb(252,241,2); }

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