Html Css Color HEX #F6AD31 Lightning Yellow

📋 copy color: '#F6AD31'

red 246 ◦ green 173 ◦ blue 49

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

Shades of Lightning Yellow #F6AD31

Tints of Lightning Yellow #F6AD31

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.97%

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

R = 52.56%
G = 36.97%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6AD31 (or 0xF6AD31) is known color: Lightning Yellow. HEX triplet: F6, AD and 31. RGB value is (246,173,49). Sum of RGB (Red+Green+Blue) = 246+173+49=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6AD31 is #0952CE. Grayscale: #B5B5B5. Windows color (decimal): -611023 or 3255798. OLE color: 3255798.

HSL color Cylindrical-coordinate representation of color #F6AD31: hue angle of 37.77º 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 #F6AD31 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 173 49 -
CMYK 0 0.30 0.80 0.04
HSL 37.77º 0.92% 0.58% -
HSV(B) 37.77º 0.8% 0.96% -
XYZ 53.5 49.7 9.68 -
YUV 180.69 53.68 174.58 -
System Red Green Blue C M Y K H S L
Decimal 246 173 49 0 0.30 0.80 0.04 37.77 0.92 0.58
Hex F6 AD 31 0 1E 50 4 26 5C 3A
Octal 366 255 61 0 36 120 4 46 134 72
Binary 11110110 10101101 110001 0 11110 1010000 100 100110 1011100 111010

Color Harmonies of #F6AD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6AD31

Black with #F6AD31

Text Example


Text Example

White with #F6AD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6AD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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