Html Css Color HEX #FDA730 Lightning Yellow

📋 copy color: '#FDA730'

red 253 ◦ green 167 ◦ blue 48

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

Shades of Lightning Yellow #FDA730

Tints of Lightning Yellow #FDA730

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.68%

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

R = 54.06%
G = 35.68%
B = 10.26%

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

#FDA730 (or 0xFDA730) is known color: Lightning Yellow. HEX triplet: FD, A7 and 30. RGB value is (253,167,48). Sum of RGB (Red+Green+Blue) = 253+167+48=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 48 (19.14% from 255 or 10.26% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA730 is #0258CF. Grayscale: #B3B3B3. Windows color (decimal): -153808 or 3188733. OLE color: 3188733.

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

Color convert

RGB 253 167 48 -
CMYK 0 0.34 0.81 0.01
HSL 34.83º 0.98% 0.59% -
HSV(B) 34.83º 0.81% 0.99% -
XYZ 54.86 48.73 9.31 -
YUV 179.15 53.99 180.68 -
System Red Green Blue C M Y K H S L
Decimal 253 167 48 0 0.34 0.81 0.01 34.83 0.98 0.59
Hex FD A7 30 0 22 51 1 23 62 3B
Octal 375 247 60 0 42 121 1 43 142 73
Binary 11111101 10100111 110000 0 100010 1010001 1 100011 1100010 111011

Color Harmonies of #FDA730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA730

Black with #FDA730

Text Example


Text Example

White with #FDA730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA730; }

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

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

background-color css

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

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

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

border-color css

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

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

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