Html Css Color HEX #F6AA31 Lightning Yellow

📋 copy color: '#F6AA31'

red 246 ◦ green 170 ◦ blue 49

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

Shades of Lightning Yellow #F6AA31

Tints of Lightning Yellow #F6AA31

RGB

 RED value IS 246 (96.48% from 255) = 52.9%

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

 BLUE value IS 49 (19.53% from 255) = 10.54%

R = 52.9%
G = 36.56%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6AA31 (or 0xF6AA31) is known color: Lightning Yellow. HEX triplet: F6, AA and 31. RGB value is (246,170,49). Sum of RGB (Red+Green+Blue) = 246+170+49=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AA31 is #0955CE. Grayscale: #B3B3B3. Windows color (decimal): -611791 or 3255030. OLE color: 3255030.

HSL color Cylindrical-coordinate representation of color #F6AA31: hue angle of 36.85º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6AA31 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 170 49 -
CMYK 0 0.31 0.80 0.04
HSL 36.85º 0.92% 0.58% -
HSV(B) 36.85º 0.8% 0.96% -
XYZ 52.94 48.56 9.49 -
YUV 178.93 54.68 175.84 -
System Red Green Blue C M Y K H S L
Decimal 246 170 49 0 0.31 0.80 0.04 36.85 0.92 0.58
Hex F6 AA 31 0 1F 50 4 25 5C 3A
Octal 366 252 61 0 37 120 4 45 134 72
Binary 11110110 10101010 110001 0 11111 1010000 100 100101 1011100 111010

Color Harmonies of #F6AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AA31

Black with #F6AA31

Text Example


Text Example

White with #F6AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AA31; }

 p { color: rgb(246,170,49); }

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

background-color css

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

 a { background-color: rgb(246,170,49); }

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

border-color css

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

 span { border-color: rgb(246,170,49); }

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