Html Css Color HEX #FDA634 Lightning Yellow

📋 copy color: '#FDA634'

red 253 ◦ green 166 ◦ blue 52

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

Shades of Lightning Yellow #FDA634

Tints of Lightning Yellow #FDA634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.04%

R = 53.72%
G = 35.24%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDA634 (or 0xFDA634) is known color: Lightning Yellow. HEX triplet: FD, A6 and 34. RGB value is (253,166,52). Sum of RGB (Red+Green+Blue) = 253+166+52=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA634 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA634 is #0259CB. Grayscale: #B3B3B3. Windows color (decimal): -154060 or 3450621. OLE color: 3450621.

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

Color convert

RGB 253 166 52 -
CMYK 0 0.34 0.79 0.01
HSL 34.03º 0.98% 0.6% -
HSV(B) 34.03º 0.79% 0.99% -
XYZ 54.76 48.4 9.71 -
YUV 179.02 56.32 180.77 -
System Red Green Blue C M Y K H S L
Decimal 253 166 52 0 0.34 0.79 0.01 34.03 0.98 0.6
Hex FD A6 34 0 22 4F 1 22 62 3C
Octal 375 246 64 0 42 117 1 42 142 74
Binary 11111101 10100110 110100 0 100010 1001111 1 100010 1100010 111100

Color Harmonies of #FDA634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA634

Black with #FDA634

Text Example


Text Example

White with #FDA634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA634; }

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

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

background-color css

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

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

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

border-color css

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

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

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