Html Css Color HEX #F3A12A Lightning Yellow

📋 copy color: '#F3A12A'

red 243 ◦ green 161 ◦ blue 42

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

Shades of Lightning Yellow #F3A12A

Tints of Lightning Yellow #F3A12A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.1%

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

R = 54.48%
G = 36.1%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3A12A (or 0xF3A12A) is known color: Lightning Yellow. HEX triplet: F3, A1 and 2A. RGB value is (243,161,42). Sum of RGB (Red+Green+Blue) = 243+161+42=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A12A is #0C5ED5. Grayscale: #ACACAC. Windows color (decimal): -810710 or 2793971. OLE color: 2793971.

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

Color convert

RGB 243 161 42 -
CMYK 0 0.34 0.83 0.05
HSL 35.52º 0.89% 0.56% -
HSV(B) 35.52º 0.83% 0.95% -
XYZ 50.12 44.71 8.18 -
YUV 171.95 54.67 178.68 -
System Red Green Blue C M Y K H S L
Decimal 243 161 42 0 0.34 0.83 0.05 35.52 0.89 0.56
Hex F3 A1 2A 0 22 53 5 24 59 38
Octal 363 241 52 0 42 123 5 44 131 70
Binary 11110011 10100001 101010 0 100010 1010011 101 100100 1011001 111000

Color Harmonies of #F3A12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3A12A

Black with #F3A12A

Text Example


Text Example

White with #F3A12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3A12A; }

 p { color: rgb(243,161,42); }

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

background-color css

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

 a { background-color: rgb(243,161,42); }

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

border-color css

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

 span { border-color: rgb(243,161,42); }

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