Html Css Color HEX #F5AD26 Lightning Yellow

📋 copy color: '#F5AD26'

red 245 ◦ green 173 ◦ blue 38

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

Shades of Lightning Yellow #F5AD26

Tints of Lightning Yellow #F5AD26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.33%

R = 53.73%
G = 37.94%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F5AD26 (or 0xF5AD26) is known color: Lightning Yellow. HEX triplet: F5, AD and 26. RGB value is (245,173,38). Sum of RGB (Red+Green+Blue) = 245+173+38=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 173 (67.97% from 255 or 37.94% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AD26 is #0A52D9. Grayscale: #B3B3B3. Windows color (decimal): -676570 or 2534901. OLE color: 2534901.

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

Color convert

RGB 245 173 38 -
CMYK 0 0.29 0.84 0.04
HSL 39.13º 0.91% 0.55% -
HSV(B) 39.13º 0.84% 0.96% -
XYZ 52.95 49.44 8.59 -
YUV 179.14 48.35 174.98 -
System Red Green Blue C M Y K H S L
Decimal 245 173 38 0 0.29 0.84 0.04 39.13 0.91 0.55
Hex F5 AD 26 0 1D 54 4 27 5B 37
Octal 365 255 46 0 35 124 4 47 133 67
Binary 11110101 10101101 100110 0 11101 1010100 100 100111 1011011 110111

Color Harmonies of #F5AD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AD26

Black with #F5AD26

Text Example


Text Example

White with #F5AD26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AD26; }

 p { color: rgb(245,173,38); }

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

background-color css

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

 a { background-color: rgb(245,173,38); }

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

border-color css

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

 span { border-color: rgb(245,173,38); }

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