Html Css Color HEX #F1F402 Yellow

📋 copy color: '#F1F402'

red 241 ◦ green 244 ◦ blue 2

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

Shades of Yellow #F1F402

Tints of Yellow #F1F402

RGB

 RED value IS 241 (94.53% from 255) = 49.49%

 GREEN value IS 244 (95.7% from 255) = 50.1%

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

R = 49.49%
G = 50.1%
B = 0.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F1F402 (or 0xF1F402) is known color: Yellow. HEX triplet: F1, F4 and 02. RGB value is (241,244,2). Sum of RGB (Red+Green+Blue) = 241+244+2=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 2 (1.17% from 255 or 0.41% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #F1F402 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F402 is #0E0BFD. Grayscale: #D8D8D8. Windows color (decimal): -920574 or 193777. OLE color: 193777.

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

Color convert

RGB 241 244 2 -
CMYK 0.01 0 0.99 0.04
HSL 60.74º 0.98% 0.48% -
HSV(B) 60.74º 0.99% 0.96% -
XYZ 68.64 83.41 12.54 -
YUV 215.52 7.51 146.18 -
System Red Green Blue C M Y K H S L
Decimal 241 244 2 0.01 0 0.99 0.04 60.74 0.98 0.48
Hex F1 F4 2 1 0 63 4 3D 62 30
Octal 361 364 2 1 0 143 4 75 142 60
Binary 11110001 11110100 10 1 0 1100011 100 111101 1100010 110000

Color Harmonies of #F1F402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1F402

Black with #F1F402

Text Example


Text Example

White with #F1F402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1F402; }

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

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

background-color css

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

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

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

border-color css

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

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

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