Html Css Color HEX #F1B40C Selective Yellow

📋 copy color: '#F1B40C'

red 241 ◦ green 180 ◦ blue 12

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

Shades of Selective Yellow #F1B40C

Tints of Selective Yellow #F1B40C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 55.66%
G = 41.57%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1B40C (or 0xF1B40C) is known color: Selective Yellow. HEX triplet: F1, B4 and 0C. RGB value is (241,180,12). Sum of RGB (Red+Green+Blue) = 241+180+12=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1B40C is #0E4BF3. Grayscale: #B3B3B3. Windows color (decimal): -936948 or 832753. OLE color: 832753.

HSL color Cylindrical-coordinate representation of color #F1B40C: hue angle of 44.02º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1B40C is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 180 12 -
CMYK 0 0.25 0.95 0.05
HSL 44.02º 0.91% 0.5% -
HSV(B) 44.02º 0.95% 0.95% -
XYZ 52.66 51.37 7.49 -
YUV 179.09 33.71 172.16 -
System Red Green Blue C M Y K H S L
Decimal 241 180 12 0 0.25 0.95 0.05 44.02 0.91 0.5
Hex F1 B4 C 0 19 5F 5 2C 5B 32
Octal 361 264 14 0 31 137 5 54 133 62
Binary 11110001 10110100 1100 0 11001 1011111 101 101100 1011011 110010

Color Harmonies of #F1B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B40C

Black with #F1B40C

Text Example


Text Example

White with #F1B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B40C; }

 p { color: rgb(241,180,12); }

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

background-color css

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

 a { background-color: rgb(241,180,12); }

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

border-color css

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

 span { border-color: rgb(241,180,12); }

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