Html Css Color HEX #FDAC25 Lightning Yellow

📋 copy color: '#FDAC25'

red 253 ◦ green 172 ◦ blue 37

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

Shades of Lightning Yellow #FDAC25

Tints of Lightning Yellow #FDAC25

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.23%

 BLUE value IS 37 (14.84% from 255) = 8.01%

R = 54.76%
G = 37.23%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDAC25 (or 0xFDAC25) is known color: Lightning Yellow. HEX triplet: FD, AC and 25. RGB value is (253,172,37). Sum of RGB (Red+Green+Blue) = 253+172+37=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 37 (14.84% from 255 or 8.01% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC25 is #0253DA. Grayscale: #B5B5B5. Windows color (decimal): -152539 or 2469117. OLE color: 2469117.

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

Color convert

RGB 253 172 37 -
CMYK 0 0.32 0.85 0.01
HSL 37.5º 0.98% 0.57% -
HSV(B) 37.5º 0.85% 0.99% -
XYZ 55.59 50.52 8.57 -
YUV 180.83 46.84 179.48 -
System Red Green Blue C M Y K H S L
Decimal 253 172 37 0 0.32 0.85 0.01 37.5 0.98 0.57
Hex FD AC 25 0 20 55 1 26 62 39
Octal 375 254 45 0 40 125 1 46 142 71
Binary 11111101 10101100 100101 0 100000 1010101 1 100110 1100010 111001

Color Harmonies of #FDAC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC25

Black with #FDAC25

Text Example


Text Example

White with #FDAC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC25; }

 p { color: rgb(253,172,37); }

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

background-color css

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

 a { background-color: rgb(253,172,37); }

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

border-color css

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

 span { border-color: rgb(253,172,37); }

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