Html Css Color HEX #F5A73C Lightning Yellow

📋 copy color: '#F5A73C'

red 245 ◦ green 167 ◦ blue 60

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

Shades of Lightning Yellow #F5A73C

Tints of Lightning Yellow #F5A73C

RGB

 RED value IS 245 (96.09% from 255) = 51.91%

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

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

R = 51.91%
G = 35.38%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5A73C (or 0xF5A73C) is known color: Lightning Yellow. HEX triplet: F5, A7 and 3C. RGB value is (245,167,60). Sum of RGB (Red+Green+Blue) = 245+167+60=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 60 (23.83% from 255 or 12.71% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A73C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A73C is #0A58C3. Grayscale: #B2B2B2. Windows color (decimal): -678084 or 3975157. OLE color: 3975157.

HSL color Cylindrical-coordinate representation of color #F5A73C: hue angle of 34.7º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5A73C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 167 60 -
CMYK 0 0.32 0.76 0.04
HSL 34.7º 0.9% 0.6% -
HSV(B) 34.7º 0.76% 0.96% -
XYZ 52.29 47.38 10.66 -
YUV 178.12 61.34 175.7 -
System Red Green Blue C M Y K H S L
Decimal 245 167 60 0 0.32 0.76 0.04 34.7 0.9 0.6
Hex F5 A7 3C 0 20 4C 4 23 5A 3C
Octal 365 247 74 0 40 114 4 43 132 74
Binary 11110101 10100111 111100 0 100000 1001100 100 100011 1011010 111100

Color Harmonies of #F5A73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A73C

Black with #F5A73C

Text Example


Text Example

White with #F5A73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A73C; }

 p { color: rgb(245,167,60); }

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

background-color css

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

 a { background-color: rgb(245,167,60); }

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

border-color css

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

 span { border-color: rgb(245,167,60); }

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