Html Css Color HEX #FDA033 Lightning Yellow

📋 copy color: '#FDA033'

red 253 ◦ green 160 ◦ blue 51

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

Shades of Lightning Yellow #FDA033

Tints of Lightning Yellow #FDA033

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.48%

 BLUE value IS 51 (20.31% from 255) = 10.99%

R = 54.53%
G = 34.48%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FDA033 (or 0xFDA033) is known color: Lightning Yellow. HEX triplet: FD, A0 and 33. RGB value is (253,160,51). Sum of RGB (Red+Green+Blue) = 253+160+51=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 51 (20.31% from 255 or 10.99% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA033 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA033 is #025FCC. Grayscale: #AFAFAF. Windows color (decimal): -155597 or 3383549. OLE color: 3383549.

HSL color Cylindrical-coordinate representation of color #FDA033: hue angle of 32.38º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FDA033 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 160 51 -
CMYK 0 0.37 0.80 0.01
HSL 32.38º 0.98% 0.6% -
HSV(B) 32.38º 0.8% 0.99% -
XYZ 53.68 46.26 9.23 -
YUV 175.38 57.81 183.36 -
System Red Green Blue C M Y K H S L
Decimal 253 160 51 0 0.37 0.80 0.01 32.38 0.98 0.6
Hex FD A0 33 0 25 50 1 20 62 3C
Octal 375 240 63 0 45 120 1 40 142 74
Binary 11111101 10100000 110011 0 100101 1010000 1 100000 1100010 111100

Color Harmonies of #FDA033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA033

Black with #FDA033

Text Example


Text Example

White with #FDA033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA033; }

 p { color: rgb(253,160,51); }

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

background-color css

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

 a { background-color: rgb(253,160,51); }

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

border-color css

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

 span { border-color: rgb(253,160,51); }

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