Html Css Color HEX #FDA33B Lightning Yellow

📋 copy color: '#FDA33B'

red 253 ◦ green 163 ◦ blue 59

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

Shades of Lightning Yellow #FDA33B

Tints of Lightning Yellow #FDA33B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.32%

 BLUE value IS 59 (23.44% from 255) = 12.42%

R = 53.26%
G = 34.32%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDA33B (or 0xFDA33B) is known color: Lightning Yellow. HEX triplet: FD, A3 and 3B. RGB value is (253,163,59). Sum of RGB (Red+Green+Blue) = 253+163+59=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA33B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA33B is #025CC4. Grayscale: #B2B2B2. Windows color (decimal): -154821 or 3908605. OLE color: 3908605.

HSL color Cylindrical-coordinate representation of color #FDA33B: hue angle of 32.16º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDA33B is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 163 59 -
CMYK 0 0.36 0.77 0.01
HSL 32.16º 0.98% 0.61% -
HSV(B) 32.16º 0.77% 0.99% -
XYZ 54.39 47.39 10.42 -
YUV 178.05 60.82 181.46 -
System Red Green Blue C M Y K H S L
Decimal 253 163 59 0 0.36 0.77 0.01 32.16 0.98 0.61
Hex FD A3 3B 0 24 4D 1 20 62 3D
Octal 375 243 73 0 44 115 1 40 142 75
Binary 11111101 10100011 111011 0 100100 1001101 1 100000 1100010 111101

Color Harmonies of #FDA33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA33B

Black with #FDA33B

Text Example


Text Example

White with #FDA33B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA33B; }

 p { color: rgb(253,163,59); }

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

background-color css

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

 a { background-color: rgb(253,163,59); }

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

border-color css

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

 span { border-color: rgb(253,163,59); }

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