Html Css Color HEX #FDA530 Lightning Yellow

📋 copy color: '#FDA530'

red 253 ◦ green 165 ◦ blue 48

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

Shades of Lightning Yellow #FDA530

Tints of Lightning Yellow #FDA530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.3%

R = 54.29%
G = 35.41%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDA530 (or 0xFDA530) is known color: Lightning Yellow. HEX triplet: FD, A5 and 30. RGB value is (253,165,48). Sum of RGB (Red+Green+Blue) = 253+165+48=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA530 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA530 is #025ACF. Grayscale: #B2B2B2. Windows color (decimal): -154320 or 3188221. OLE color: 3188221.

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

Color convert

RGB 253 165 48 -
CMYK 0 0.35 0.81 0.01
HSL 34.24º 0.98% 0.59% -
HSV(B) 34.24º 0.81% 0.99% -
XYZ 54.5 48.01 9.19 -
YUV 177.97 54.65 181.51 -
System Red Green Blue C M Y K H S L
Decimal 253 165 48 0 0.35 0.81 0.01 34.24 0.98 0.59
Hex FD A5 30 0 23 51 1 22 62 3B
Octal 375 245 60 0 43 121 1 42 142 73
Binary 11111101 10100101 110000 0 100011 1010001 1 100010 1100010 111011

Color Harmonies of #FDA530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA530

Black with #FDA530

Text Example


Text Example

White with #FDA530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA530; }

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

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

background-color css

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

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

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

border-color css

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

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

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