Html Css Color HEX #F3AA3C Lightning Yellow

📋 copy color: '#F3AA3C'

red 243 ◦ green 170 ◦ blue 60

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

Shades of Lightning Yellow #F3AA3C

Tints of Lightning Yellow #F3AA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.94%

 BLUE value IS 60 (23.83% from 255) = 12.68%

R = 51.37%
G = 35.94%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F3AA3C (or 0xF3AA3C) is known color: Lightning Yellow. HEX triplet: F3, AA and 3C. RGB value is (243,170,60). Sum of RGB (Red+Green+Blue) = 243+170+60=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AA3C is #0C55C3. Grayscale: #B3B3B3. Windows color (decimal): -808388 or 3975923. OLE color: 3975923.

HSL color Cylindrical-coordinate representation of color #F3AA3C: hue angle of 36.07º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3AA3C is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 170 60 -
CMYK 0 0.30 0.75 0.05
HSL 36.07º 0.88% 0.59% -
HSV(B) 36.07º 0.75% 0.95% -
XYZ 52.15 48.13 10.82 -
YUV 179.29 60.68 173.44 -
System Red Green Blue C M Y K H S L
Decimal 243 170 60 0 0.30 0.75 0.05 36.07 0.88 0.59
Hex F3 AA 3C 0 1E 4B 5 24 58 3B
Octal 363 252 74 0 36 113 5 44 130 73
Binary 11110011 10101010 111100 0 11110 1001011 101 100100 1011000 111011

Color Harmonies of #F3AA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3AA3C

Black with #F3AA3C

Text Example


Text Example

White with #F3AA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3AA3C; }

 p { color: rgb(243,170,60); }

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

background-color css

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

 a { background-color: rgb(243,170,60); }

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

border-color css

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

 span { border-color: rgb(243,170,60); }

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