Html Css Color HEX #FDAB2C Lightning Yellow

📋 copy color: '#FDAB2C'

red 253 ◦ green 171 ◦ blue 44

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

Shades of Lightning Yellow #FDAB2C

Tints of Lightning Yellow #FDAB2C

RGB

 RED value IS 253 (99.22% from 255) = 54.06%

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

 BLUE value IS 44 (17.58% from 255) = 9.4%

R = 54.06%
G = 36.54%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDAB2C (or 0xFDAB2C) is known color: Lightning Yellow. HEX triplet: FD, AB and 2C. RGB value is (253,171,44). Sum of RGB (Red+Green+Blue) = 253+171+44=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB2C is #0254D3. Grayscale: #B5B5B5. Windows color (decimal): -152788 or 2927613. OLE color: 2927613.

HSL color Cylindrical-coordinate representation of color #FDAB2C: hue angle of 36.46º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FDAB2C is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 44 -
CMYK 0 0.32 0.83 0.01
HSL 36.46º 0.98% 0.58% -
HSV(B) 36.46º 0.83% 0.99% -
XYZ 55.53 50.19 9.14 -
YUV 181.04 50.67 179.33 -
System Red Green Blue C M Y K H S L
Decimal 253 171 44 0 0.32 0.83 0.01 36.46 0.98 0.58
Hex FD AB 2C 0 20 53 1 24 62 3A
Octal 375 253 54 0 40 123 1 44 142 72
Binary 11111101 10101011 101100 0 100000 1010011 1 100100 1100010 111010

Color Harmonies of #FDAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB2C

Black with #FDAB2C

Text Example


Text Example

White with #FDAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB2C; }

 p { color: rgb(253,171,44); }

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

background-color css

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

 a { background-color: rgb(253,171,44); }

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

border-color css

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

 span { border-color: rgb(253,171,44); }

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