Html Css Color HEX #F5A123 Lightning Yellow

📋 copy color: '#F5A123'

red 245 ◦ green 161 ◦ blue 35

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

Shades of Lightning Yellow #F5A123

Tints of Lightning Yellow #F5A123

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.51%

 BLUE value IS 35 (14.06% from 255) = 7.94%

R = 55.56%
G = 36.51%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F5A123 (or 0xF5A123) is known color: Lightning Yellow. HEX triplet: F5, A1 and 23. RGB value is (245,161,35). Sum of RGB (Red+Green+Blue) = 245+161+35=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A123 is #0A5EDC. Grayscale: #ACACAC. Windows color (decimal): -679645 or 2335221. OLE color: 2335221.

HSL color Cylindrical-coordinate representation of color #F5A123: hue angle of 36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5A123 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 161 35 -
CMYK 0 0.34 0.86 0.04
HSL 36º 0.91% 0.55% -
HSV(B) 36º 0.86% 0.96% -
XYZ 50.7 45.02 7.61 -
YUV 171.75 50.83 180.25 -
System Red Green Blue C M Y K H S L
Decimal 245 161 35 0 0.34 0.86 0.04 36 0.91 0.55
Hex F5 A1 23 0 22 56 4 24 5B 37
Octal 365 241 43 0 42 126 4 44 133 67
Binary 11110101 10100001 100011 0 100010 1010110 100 100100 1011011 110111

Color Harmonies of #F5A123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A123

Black with #F5A123

Text Example


Text Example

White with #F5A123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A123; }

 p { color: rgb(245,161,35); }

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

background-color css

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

 a { background-color: rgb(245,161,35); }

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

border-color css

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

 span { border-color: rgb(245,161,35); }

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