Html Css Color HEX #FDA52B Lightning Yellow

📋 copy color: '#FDA52B'

red 253 ◦ green 165 ◦ blue 43

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

Shades of Lightning Yellow #FDA52B

Tints of Lightning Yellow #FDA52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.33%

R = 54.88%
G = 35.79%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA52B (or 0xFDA52B) is known color: Lightning Yellow. HEX triplet: FD, A5 and 2B. RGB value is (253,165,43). Sum of RGB (Red+Green+Blue) = 253+165+43=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA52B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA52B is #025AD4. Grayscale: #B1B1B1. Windows color (decimal): -154325 or 2860541. OLE color: 2860541.

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

Color convert

RGB 253 165 43 -
CMYK 0 0.35 0.83 0.01
HSL 34.86º 0.98% 0.58% -
HSV(B) 34.86º 0.83% 0.99% -
XYZ 54.4 47.97 8.68 -
YUV 177.4 52.15 181.92 -
System Red Green Blue C M Y K H S L
Decimal 253 165 43 0 0.35 0.83 0.01 34.86 0.98 0.58
Hex FD A5 2B 0 23 53 1 23 62 3A
Octal 375 245 53 0 43 123 1 43 142 72
Binary 11111101 10100101 101011 0 100011 1010011 1 100011 1100010 111010

Color Harmonies of #FDA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA52B

Black with #FDA52B

Text Example


Text Example

White with #FDA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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