Html Css Color HEX #FDA630 Lightning Yellow

📋 copy color: '#FDA630'

red 253 ◦ green 166 ◦ blue 48

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

Shades of Lightning Yellow #FDA630

Tints of Lightning Yellow #FDA630

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

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

R = 54.18%
G = 35.55%
B = 10.28%

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

#FDA630 (or 0xFDA630) is known color: Lightning Yellow. HEX triplet: FD, A6 and 30. RGB value is (253,166,48). Sum of RGB (Red+Green+Blue) = 253+166+48=467 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.18% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA630 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA630 is #0259CF. Grayscale: #B3B3B3. Windows color (decimal): -154064 or 3188477. OLE color: 3188477.

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

Color convert

RGB 253 166 48 -
CMYK 0 0.34 0.81 0.01
HSL 34.54º 0.98% 0.59% -
HSV(B) 34.54º 0.81% 0.99% -
XYZ 54.68 48.37 9.25 -
YUV 178.56 54.32 181.09 -
System Red Green Blue C M Y K H S L
Decimal 253 166 48 0 0.34 0.81 0.01 34.54 0.98 0.59
Hex FD A6 30 0 22 51 1 23 62 3B
Octal 375 246 60 0 42 121 1 43 142 73
Binary 11111101 10100110 110000 0 100010 1010001 1 100011 1100010 111011

Color Harmonies of #FDA630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA630

Black with #FDA630

Text Example


Text Example

White with #FDA630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA630; }

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

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

background-color css

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

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

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

border-color css

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

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

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