Html Css Color HEX #F1A52A Lightning Yellow

📋 copy color: '#F1A52A'

red 241 ◦ green 165 ◦ blue 42

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

Shades of Lightning Yellow #F1A52A

Tints of Lightning Yellow #F1A52A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.83%

 BLUE value IS 42 (16.8% from 255) = 9.38%

R = 53.79%
G = 36.83%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1A52A (or 0xF1A52A) is known color: Lightning Yellow. HEX triplet: F1, A5 and 2A. RGB value is (241,165,42). Sum of RGB (Red+Green+Blue) = 241+165+42=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A52A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A52A is #0E5AD5. Grayscale: #AEAEAE. Windows color (decimal): -940758 or 2794993. OLE color: 2794993.

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

Color convert

RGB 241 165 42 -
CMYK 0 0.32 0.83 0.05
HSL 37.09º 0.88% 0.55% -
HSV(B) 37.09º 0.83% 0.95% -
XYZ 50.15 45.78 8.38 -
YUV 173.7 53.68 176 -
System Red Green Blue C M Y K H S L
Decimal 241 165 42 0 0.32 0.83 0.05 37.09 0.88 0.55
Hex F1 A5 2A 0 20 53 5 25 58 37
Octal 361 245 52 0 40 123 5 45 130 67
Binary 11110001 10100101 101010 0 100000 1010011 101 100101 1011000 110111

Color Harmonies of #F1A52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A52A

Black with #F1A52A

Text Example


Text Example

White with #F1A52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A52A; }

 p { color: rgb(241,165,42); }

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

background-color css

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

 a { background-color: rgb(241,165,42); }

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

border-color css

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

 span { border-color: rgb(241,165,42); }

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