Html Css Color HEX #FDAC26 Lightning Yellow

📋 copy color: '#FDAC26'

red 253 ◦ green 172 ◦ blue 38

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

Shades of Lightning Yellow #FDAC26

Tints of Lightning Yellow #FDAC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.21%

R = 54.64%
G = 37.15%
B = 8.21%

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

#FDAC26 (or 0xFDAC26) is known color: Lightning Yellow. HEX triplet: FD, AC and 26. RGB value is (253,172,38). Sum of RGB (Red+Green+Blue) = 253+172+38=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAC26 is #0253D9. Grayscale: #B5B5B5. Windows color (decimal): -152538 or 2534653. OLE color: 2534653.

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

Color convert

RGB 253 172 38 -
CMYK 0 0.32 0.85 0.01
HSL 37.4º 0.98% 0.57% -
HSV(B) 37.4º 0.85% 0.99% -
XYZ 55.61 50.53 8.66 -
YUV 180.94 47.34 179.4 -
System Red Green Blue C M Y K H S L
Decimal 253 172 38 0 0.32 0.85 0.01 37.4 0.98 0.57
Hex FD AC 26 0 20 55 1 25 62 39
Octal 375 254 46 0 40 125 1 45 142 71
Binary 11111101 10101100 100110 0 100000 1010101 1 100101 1100010 111001

Color Harmonies of #FDAC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC26

Black with #FDAC26

Text Example


Text Example

White with #FDAC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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