Html Css Color HEX #FDA32E Lightning Yellow

📋 copy color: '#FDA32E'

red 253 ◦ green 163 ◦ blue 46

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

Shades of Lightning Yellow #FDA32E

Tints of Lightning Yellow #FDA32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.28%

 BLUE value IS 46 (18.36% from 255) = 9.96%

R = 54.76%
G = 35.28%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDA32E (or 0xFDA32E) is known color: Lightning Yellow. HEX triplet: FD, A3 and 2E. RGB value is (253,163,46). Sum of RGB (Red+Green+Blue) = 253+163+46=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 163 (64.06% from 255 or 35.28% from 462); Blue value is 46 (18.36% from 255 or 9.96% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA32E is #025CD1. Grayscale: #B1B1B1. Windows color (decimal): -154834 or 3056637. OLE color: 3056637.

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

Color convert

RGB 253 163 46 -
CMYK 0 0.36 0.82 0.01
HSL 33.91º 0.98% 0.59% -
HSV(B) 33.91º 0.82% 0.99% -
XYZ 54.1 47.27 8.86 -
YUV 176.57 54.32 182.51 -
System Red Green Blue C M Y K H S L
Decimal 253 163 46 0 0.36 0.82 0.01 33.91 0.98 0.59
Hex FD A3 2E 0 24 52 1 22 62 3B
Octal 375 243 56 0 44 122 1 42 142 73
Binary 11111101 10100011 101110 0 100100 1010010 1 100010 1100010 111011

Color Harmonies of #FDA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA32E

Black with #FDA32E

Text Example


Text Example

White with #FDA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA32E; }

 p { color: rgb(253,163,46); }

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

background-color css

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

 a { background-color: rgb(253,163,46); }

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

border-color css

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

 span { border-color: rgb(253,163,46); }

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