Html Css Color HEX #F1A832 Lightning Yellow

📋 copy color: '#F1A832'

red 241 ◦ green 168 ◦ blue 50

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

Shades of Lightning Yellow #F1A832

Tints of Lightning Yellow #F1A832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.6%

 BLUE value IS 50 (19.92% from 255) = 10.89%

R = 52.51%
G = 36.6%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F1A832 (or 0xF1A832) is known color: Lightning Yellow. HEX triplet: F1, A8 and 32. RGB value is (241,168,50). Sum of RGB (Red+Green+Blue) = 241+168+50=459 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.51% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A832 is #0E57CD. Grayscale: #B0B0B0. Windows color (decimal): -939982 or 3320049. OLE color: 3320049.

HSL color Cylindrical-coordinate representation of color #F1A832: hue angle of 37.07º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1A832 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 50 -
CMYK 0 0.30 0.79 0.05
HSL 37.07º 0.87% 0.57% -
HSV(B) 37.07º 0.79% 0.95% -
XYZ 50.85 46.94 9.4 -
YUV 176.38 56.68 174.09 -
System Red Green Blue C M Y K H S L
Decimal 241 168 50 0 0.30 0.79 0.05 37.07 0.87 0.57
Hex F1 A8 32 0 1E 4F 5 25 57 39
Octal 361 250 62 0 36 117 5 45 127 71
Binary 11110001 10101000 110010 0 11110 1001111 101 100101 1010111 111001

Color Harmonies of #F1A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A832

Black with #F1A832

Text Example


Text Example

White with #F1A832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A832; }

 p { color: rgb(241,168,50); }

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

background-color css

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

 a { background-color: rgb(241,168,50); }

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

border-color css

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

 span { border-color: rgb(241,168,50); }

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