Html Css Color HEX #F19D28 Lightning Yellow

📋 copy color: '#F19D28'

red 241 ◦ green 157 ◦ blue 40

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

Shades of Lightning Yellow #F19D28

Tints of Lightning Yellow #F19D28

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.84%

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

R = 55.02%
G = 35.84%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F19D28 (or 0xF19D28) is known color: Lightning Yellow. HEX triplet: F1, 9D and 28. RGB value is (241,157,40). Sum of RGB (Red+Green+Blue) = 241+157+40=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D28 is #0E62D7. Grayscale: #A9A9A9. Windows color (decimal): -942808 or 2661873. OLE color: 2661873.

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

Color convert

RGB 241 157 40 -
CMYK 0 0.35 0.83 0.05
HSL 34.93º 0.88% 0.55% -
HSV(B) 34.93º 0.83% 0.95% -
XYZ 48.72 42.97 7.73 -
YUV 168.78 55.33 179.51 -
System Red Green Blue C M Y K H S L
Decimal 241 157 40 0 0.35 0.83 0.05 34.93 0.88 0.55
Hex F1 9D 28 0 23 53 5 23 58 37
Octal 361 235 50 0 43 123 5 43 130 67
Binary 11110001 10011101 101000 0 100011 1010011 101 100011 1011000 110111

Color Harmonies of #F19D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D28

Black with #F19D28

Text Example


Text Example

White with #F19D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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