Html Css Color HEX #FDA631 Lightning Yellow

📋 copy color: '#FDA631'

red 253 ◦ green 166 ◦ blue 49

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

Shades of Lightning Yellow #FDA631

Tints of Lightning Yellow #FDA631

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.47%

 BLUE value IS 49 (19.53% from 255) = 10.47%

R = 54.06%
G = 35.47%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA631 (or 0xFDA631) is known color: Lightning Yellow. HEX triplet: FD, A6 and 31. RGB value is (253,166,49). Sum of RGB (Red+Green+Blue) = 253+166+49=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 49 (19.53% from 255 or 10.47% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA631 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA631 is #0259CE. Grayscale: #B3B3B3. Windows color (decimal): -154063 or 3254013. OLE color: 3254013.

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

Color convert

RGB 253 166 49 -
CMYK 0 0.34 0.81 0.01
HSL 34.41º 0.98% 0.59% -
HSV(B) 34.41º 0.81% 0.99% -
XYZ 54.7 48.38 9.36 -
YUV 178.68 54.82 181.01 -
System Red Green Blue C M Y K H S L
Decimal 253 166 49 0 0.34 0.81 0.01 34.41 0.98 0.59
Hex FD A6 31 0 22 51 1 22 62 3B
Octal 375 246 61 0 42 121 1 42 142 73
Binary 11111101 10100110 110001 0 100010 1010001 1 100010 1100010 111011

Color Harmonies of #FDA631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA631

Black with #FDA631

Text Example


Text Example

White with #FDA631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA631; }

 p { color: rgb(253,166,49); }

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

background-color css

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

 a { background-color: rgb(253,166,49); }

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

border-color css

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

 span { border-color: rgb(253,166,49); }

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