Html Css Color HEX #F3A030 Lightning Yellow

📋 copy color: '#F3A030'

red 243 ◦ green 160 ◦ blue 48

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

Shades of Lightning Yellow #F3A030

Tints of Lightning Yellow #F3A030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.64%

R = 53.88%
G = 35.48%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F3A030 (or 0xF3A030) is known color: Lightning Yellow. HEX triplet: F3, A0 and 30. RGB value is (243,160,48). Sum of RGB (Red+Green+Blue) = 243+160+48=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A030 is #0C5FCF. Grayscale: #ACACAC. Windows color (decimal): -810960 or 3186931. OLE color: 3186931.

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

Color convert

RGB 243 160 48 -
CMYK 0 0.34 0.80 0.05
HSL 34.46º 0.89% 0.57% -
HSV(B) 34.46º 0.8% 0.95% -
XYZ 50.07 44.41 8.73 -
YUV 172.05 58 178.61 -
System Red Green Blue C M Y K H S L
Decimal 243 160 48 0 0.34 0.80 0.05 34.46 0.89 0.57
Hex F3 A0 30 0 22 50 5 22 59 39
Octal 363 240 60 0 42 120 5 42 131 71
Binary 11110011 10100000 110000 0 100010 1010000 101 100010 1011001 111001

Color Harmonies of #F3A030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A030

Black with #F3A030

Text Example


Text Example

White with #F3A030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A030; }

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

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

background-color css

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

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

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

border-color css

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

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

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