Html Css Color HEX #F5AB33 Lightning Yellow

📋 copy color: '#F5AB33'

red 245 ◦ green 171 ◦ blue 51

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

Shades of Lightning Yellow #F5AB33

Tints of Lightning Yellow #F5AB33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.92%

R = 52.46%
G = 36.62%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F5AB33 (or 0xF5AB33) is known color: Lightning Yellow. HEX triplet: F5, AB and 33. RGB value is (245,171,51). Sum of RGB (Red+Green+Blue) = 245+171+51=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB33 is #0A54CC. Grayscale: #B4B4B4. Windows color (decimal): -677069 or 3386357. OLE color: 3386357.

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

Color convert

RGB 245 171 51 -
CMYK 0 0.30 0.79 0.04
HSL 37.11º 0.91% 0.58% -
HSV(B) 37.11º 0.79% 0.96% -
XYZ 52.82 48.78 9.76 -
YUV 179.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 245 171 51 0 0.30 0.79 0.04 37.11 0.91 0.58
Hex F5 AB 33 0 1E 4F 4 25 5B 3A
Octal 365 253 63 0 36 117 4 45 133 72
Binary 11110101 10101011 110011 0 11110 1001111 100 100101 1011011 111010

Color Harmonies of #F5AB33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB33

Black with #F5AB33

Text Example


Text Example

White with #F5AB33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB33; }

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

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

background-color css

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

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

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

border-color css

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

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

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