Html Css Color HEX #F6A730 Lightning Yellow

📋 copy color: '#F6A730'

red 246 ◦ green 167 ◦ blue 48

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

Shades of Lightning Yellow #F6A730

Tints of Lightning Yellow #F6A730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.23%

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

R = 53.36%
G = 36.23%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#F6A730 (or 0xF6A730) is known color: Lightning Yellow. HEX triplet: F6, A7 and 30. RGB value is (246,167,48). Sum of RGB (Red+Green+Blue) = 246+167+48=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A730 is #0958CF. Grayscale: #B1B1B1. Windows color (decimal): -612560 or 3188726. OLE color: 3188726.

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

Color convert

RGB 246 167 48 -
CMYK 0 0.32 0.80 0.04
HSL 36.06º 0.92% 0.58% -
HSV(B) 36.06º 0.8% 0.96% -
XYZ 52.36 47.44 9.19 -
YUV 177.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 246 167 48 0 0.32 0.80 0.04 36.06 0.92 0.58
Hex F6 A7 30 0 20 50 4 24 5C 3A
Octal 366 247 60 0 40 120 4 44 134 72
Binary 11110110 10100111 110000 0 100000 1010000 100 100100 1011100 111010

Color Harmonies of #F6A730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A730

Black with #F6A730

Text Example


Text Example

White with #F6A730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A730; }

 p { color: rgb(246,167,48); }

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

background-color css

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

 a { background-color: rgb(246,167,48); }

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

border-color css

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

 span { border-color: rgb(246,167,48); }

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