Html Css Color HEX #FDA63B Lightning Yellow

📋 copy color: '#FDA63B'

red 253 ◦ green 166 ◦ blue 59

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

Shades of Lightning Yellow #FDA63B

Tints of Lightning Yellow #FDA63B

RGB

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

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

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

R = 52.93%
G = 34.73%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDA63B (or 0xFDA63B) is known color: Lightning Yellow. HEX triplet: FD, A6 and 3B. RGB value is (253,166,59). Sum of RGB (Red+Green+Blue) = 253+166+59=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA63B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA63B is #0259C4. Grayscale: #B4B4B4. Windows color (decimal): -154053 or 3909373. OLE color: 3909373.

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

Color convert

RGB 253 166 59 -
CMYK 0 0.34 0.77 0.01
HSL 33.09º 0.98% 0.61% -
HSV(B) 33.09º 0.77% 0.99% -
XYZ 54.93 48.47 10.6 -
YUV 179.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 253 166 59 0 0.34 0.77 0.01 33.09 0.98 0.61
Hex FD A6 3B 0 22 4D 1 21 62 3D
Octal 375 246 73 0 42 115 1 41 142 75
Binary 11111101 10100110 111011 0 100010 1001101 1 100001 1100010 111101

Color Harmonies of #FDA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA63B

Black with #FDA63B

Text Example


Text Example

White with #FDA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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