Html Css Color HEX #F1FA0F Yellow

📋 copy color: '#F1FA0F'

red 241 ◦ green 250 ◦ blue 15

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

Shades of Yellow #F1FA0F

Tints of Yellow #F1FA0F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.41%

 BLUE value IS 15 (6.25% from 255) = 2.96%

R = 47.63%
G = 49.41%
B = 2.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#F1FA0F (or 0xF1FA0F) is known color: Yellow. HEX triplet: F1, FA and 0F. RGB value is (241,250,15). Sum of RGB (Red+Green+Blue) = 241+250+15=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 15 (6.25% from 255 or 2.96% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FA0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1FA0F is #0E05F0. Grayscale: #DDDDDD. Windows color (decimal): -919025 or 1047281. OLE color: 1047281.

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

Color convert

RGB 241 250 15 -
CMYK 0.04 0 0.94 0.02
HSL 62.3º 0.96% 0.52% -
HSV(B) 62.3º 0.94% 0.98% -
XYZ 70.55 87.11 13.55 -
YUV 220.52 12.02 142.61 -
System Red Green Blue C M Y K H S L
Decimal 241 250 15 0.04 0 0.94 0.02 62.3 0.96 0.52
Hex F1 FA F 4 0 5E 2 3E 60 34
Octal 361 372 17 4 0 136 2 76 140 64
Binary 11110001 11111010 1111 100 0 1011110 10 111110 1100000 110100

Color Harmonies of #F1FA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FA0F

Black with #F1FA0F

Text Example


Text Example

White with #F1FA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FA0F; }

 p { color: rgb(241,250,15); }

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

background-color css

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

 a { background-color: rgb(241,250,15); }

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

border-color css

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

 span { border-color: rgb(241,250,15); }

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