Html Css Color HEX #F1A22B Lightning Yellow

📋 copy color: '#F1A22B'

red 241 ◦ green 162 ◦ blue 43

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

Shades of Lightning Yellow #F1A22B

Tints of Lightning Yellow #F1A22B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 43 (17.19% from 255) = 9.64%

R = 54.04%
G = 36.32%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1A22B (or 0xF1A22B) is known color: Lightning Yellow. HEX triplet: F1, A2 and 2B. RGB value is (241,162,43). Sum of RGB (Red+Green+Blue) = 241+162+43=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A22B is #0E5DD4. Grayscale: #ACACAC. Windows color (decimal): -941525 or 2859761. OLE color: 2859761.

HSL color Cylindrical-coordinate representation of color #F1A22B: hue angle of 36.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1A22B is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 162 43 -
CMYK 0 0.33 0.82 0.05
HSL 36.06º 0.88% 0.56% -
HSV(B) 36.06º 0.82% 0.95% -
XYZ 49.63 44.72 8.3 -
YUV 172.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 241 162 43 0 0.33 0.82 0.05 36.06 0.88 0.56
Hex F1 A2 2B 0 21 52 5 24 58 38
Octal 361 242 53 0 41 122 5 44 130 70
Binary 11110001 10100010 101011 0 100001 1010010 101 100100 1011000 111000

Color Harmonies of #F1A22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A22B

Black with #F1A22B

Text Example


Text Example

White with #F1A22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A22B; }

 p { color: rgb(241,162,43); }

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

background-color css

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

 a { background-color: rgb(241,162,43); }

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

border-color css

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

 span { border-color: rgb(241,162,43); }

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