Html Css Color HEX #F1A628 Lightning Yellow

📋 copy color: '#F1A628'

red 241 ◦ green 166 ◦ blue 40

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

Shades of Lightning Yellow #F1A628

Tints of Lightning Yellow #F1A628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.14%

 BLUE value IS 40 (16.02% from 255) = 8.95%

R = 53.91%
G = 37.14%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1A628 (or 0xF1A628) is known color: Lightning Yellow. HEX triplet: F1, A6 and 28. RGB value is (241,166,40). Sum of RGB (Red+Green+Blue) = 241+166+40=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 40 (16.02% from 255 or 8.95% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A628 is #0E59D7. Grayscale: #AEAEAE. Windows color (decimal): -940504 or 2664177. OLE color: 2664177.

HSL color Cylindrical-coordinate representation of color #F1A628: hue angle of 37.61º 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 #F1A628 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 166 40 -
CMYK 0 0.31 0.83 0.05
HSL 37.61º 0.88% 0.55% -
HSV(B) 37.61º 0.83% 0.95% -
XYZ 50.29 46.13 8.26 -
YUV 174.06 52.35 175.75 -
System Red Green Blue C M Y K H S L
Decimal 241 166 40 0 0.31 0.83 0.05 37.61 0.88 0.55
Hex F1 A6 28 0 1F 53 5 26 58 37
Octal 361 246 50 0 37 123 5 46 130 67
Binary 11110001 10100110 101000 0 11111 1010011 101 100110 1011000 110111

Color Harmonies of #F1A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A628

Black with #F1A628

Text Example


Text Example

White with #F1A628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A628; }

 p { color: rgb(241,166,40); }

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

background-color css

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

 a { background-color: rgb(241,166,40); }

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

border-color css

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

 span { border-color: rgb(241,166,40); }

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