Html Css Color HEX #FDA830 Lightning Yellow

📋 copy color: '#FDA830'

red 253 ◦ green 168 ◦ blue 48

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

Shades of Lightning Yellow #FDA830

Tints of Lightning Yellow #FDA830

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.82%

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

R = 53.94%
G = 35.82%
B = 10.23%

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

#FDA830 (or 0xFDA830) is known color: Lightning Yellow. HEX triplet: FD, A8 and 30. RGB value is (253,168,48). Sum of RGB (Red+Green+Blue) = 253+168+48=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA830 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA830 is #0257CF. Grayscale: #B4B4B4. Windows color (decimal): -153552 or 3188989. OLE color: 3188989.

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

Color convert

RGB 253 168 48 -
CMYK 0 0.34 0.81 0.01
HSL 35.12º 0.98% 0.59% -
HSV(B) 35.12º 0.81% 0.99% -
XYZ 55.04 49.1 9.37 -
YUV 179.74 53.66 180.26 -
System Red Green Blue C M Y K H S L
Decimal 253 168 48 0 0.34 0.81 0.01 35.12 0.98 0.59
Hex FD A8 30 0 22 51 1 23 62 3B
Octal 375 250 60 0 42 121 1 43 142 73
Binary 11111101 10101000 110000 0 100010 1010001 1 100011 1100010 111011

Color Harmonies of #FDA830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA830

Black with #FDA830

Text Example


Text Example

White with #FDA830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA830; }

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

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

background-color css

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

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

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

border-color css

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

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

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