Html Css Color HEX #FDAB2A Lightning Yellow

📋 copy color: '#FDAB2A'

red 253 ◦ green 171 ◦ blue 42

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

Shades of Lightning Yellow #FDAB2A

Tints of Lightning Yellow #FDAB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.01%

R = 54.29%
G = 36.7%
B = 9.01%

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

#FDAB2A (or 0xFDAB2A) is known color: Lightning Yellow. HEX triplet: FD, AB and 2A. RGB value is (253,171,42). Sum of RGB (Red+Green+Blue) = 253+171+42=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAB2A is #0254D5. Grayscale: #B5B5B5. Windows color (decimal): -152790 or 2796541. OLE color: 2796541.

HSL color Cylindrical-coordinate representation of color #FDAB2A: hue angle of 36.68º 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 #FDAB2A is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 42 -
CMYK 0 0.32 0.83 0.01
HSL 36.68º 0.98% 0.58% -
HSV(B) 36.68º 0.83% 0.99% -
XYZ 55.49 50.18 8.95 -
YUV 180.81 49.67 179.49 -
System Red Green Blue C M Y K H S L
Decimal 253 171 42 0 0.32 0.83 0.01 36.68 0.98 0.58
Hex FD AB 2A 0 20 53 1 25 62 3A
Octal 375 253 52 0 40 123 1 45 142 72
Binary 11111101 10101011 101010 0 100000 1010011 1 100101 1100010 111010

Color Harmonies of #FDAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB2A

Black with #FDAB2A

Text Example


Text Example

White with #FDAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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