Html Css Color HEX #F3A028 Lightning Yellow

📋 copy color: '#F3A028'

red 243 ◦ green 160 ◦ blue 40

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

Shades of Lightning Yellow #F3A028

Tints of Lightning Yellow #F3A028

RGB

 RED value IS 243 (95.31% from 255) = 54.85%

 GREEN value IS 160 (62.89% from 255) = 36.12%

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

R = 54.85%
G = 36.12%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F3A028 (or 0xF3A028) is known color: Lightning Yellow. HEX triplet: F3, A0 and 28. RGB value is (243,160,40). Sum of RGB (Red+Green+Blue) = 243+160+40=443 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.85% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A028 is #0C5FD7. Grayscale: #ABABAB. Windows color (decimal): -810968 or 2662643. OLE color: 2662643.

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

Color convert

RGB 243 160 40 -
CMYK 0 0.34 0.84 0.05
HSL 35.47º 0.89% 0.55% -
HSV(B) 35.47º 0.84% 0.95% -
XYZ 49.92 44.35 7.94 -
YUV 171.14 54 179.26 -
System Red Green Blue C M Y K H S L
Decimal 243 160 40 0 0.34 0.84 0.05 35.47 0.89 0.55
Hex F3 A0 28 0 22 54 5 23 59 37
Octal 363 240 50 0 42 124 5 43 131 67
Binary 11110011 10100000 101000 0 100010 1010100 101 100011 1011001 110111

Color Harmonies of #F3A028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A028

Black with #F3A028

Text Example


Text Example

White with #F3A028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A028; }

 p { color: rgb(243,160,40); }

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

background-color css

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

 a { background-color: rgb(243,160,40); }

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

border-color css

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

 span { border-color: rgb(243,160,40); }

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