Html Css Color HEX #FDA534 Lightning Yellow

📋 copy color: '#FDA534'

red 253 ◦ green 165 ◦ blue 52

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

Shades of Lightning Yellow #FDA534

Tints of Lightning Yellow #FDA534

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.11%

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

R = 53.83%
G = 35.11%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FDA534 (or 0xFDA534) is known color: Lightning Yellow. HEX triplet: FD, A5 and 34. RGB value is (253,165,52). Sum of RGB (Red+Green+Blue) = 253+165+52=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA534 is #025ACB. Grayscale: #B2B2B2. Windows color (decimal): -154316 or 3450365. OLE color: 3450365.

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

Color convert

RGB 253 165 52 -
CMYK 0 0.35 0.79 0.01
HSL 33.73º 0.98% 0.6% -
HSV(B) 33.73º 0.79% 0.99% -
XYZ 54.58 48.04 9.64 -
YUV 178.43 56.65 181.19 -
System Red Green Blue C M Y K H S L
Decimal 253 165 52 0 0.35 0.79 0.01 33.73 0.98 0.6
Hex FD A5 34 0 23 4F 1 22 62 3C
Octal 375 245 64 0 43 117 1 42 142 74
Binary 11111101 10100101 110100 0 100011 1001111 1 100010 1100010 111100

Color Harmonies of #FDA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA534

Black with #FDA534

Text Example


Text Example

White with #FDA534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA534; }

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

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

background-color css

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

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

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

border-color css

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

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

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