Html Css Color HEX #F5AB36 Lightning Yellow

📋 copy color: '#F5AB36'

red 245 ◦ green 171 ◦ blue 54

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

Shades of Lightning Yellow #F5AB36

Tints of Lightning Yellow #F5AB36

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

 BLUE value IS 54 (21.48% from 255) = 11.49%

R = 52.13%
G = 36.38%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F5AB36 (or 0xF5AB36) is known color: Lightning Yellow. HEX triplet: F5, AB and 36. RGB value is (245,171,54). Sum of RGB (Red+Green+Blue) = 245+171+54=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB36 is #0A54C9. Grayscale: #B4B4B4. Windows color (decimal): -677066 or 3582965. OLE color: 3582965.

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

Color convert

RGB 245 171 54 -
CMYK 0 0.30 0.78 0.04
HSL 36.75º 0.91% 0.59% -
HSV(B) 36.75º 0.78% 0.96% -
XYZ 52.88 48.8 10.12 -
YUV 179.79 57.02 174.51 -
System Red Green Blue C M Y K H S L
Decimal 245 171 54 0 0.30 0.78 0.04 36.75 0.91 0.59
Hex F5 AB 36 0 1E 4E 4 25 5B 3B
Octal 365 253 66 0 36 116 4 45 133 73
Binary 11110101 10101011 110110 0 11110 1001110 100 100101 1011011 111011

Color Harmonies of #F5AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB36

Black with #F5AB36

Text Example


Text Example

White with #F5AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB36; }

 p { color: rgb(245,171,54); }

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

background-color css

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

 a { background-color: rgb(245,171,54); }

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

border-color css

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

 span { border-color: rgb(245,171,54); }

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