Html Css Color HEX #FDA13B Lightning Yellow

📋 copy color: '#FDA13B'

red 253 ◦ green 161 ◦ blue 59

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

Shades of Lightning Yellow #FDA13B

Tints of Lightning Yellow #FDA13B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.04%

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

R = 53.49%
G = 34.04%
B = 12.47%

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

#FDA13B (or 0xFDA13B) is known color: Lightning Yellow. HEX triplet: FD, A1 and 3B. RGB value is (253,161,59). Sum of RGB (Red+Green+Blue) = 253+161+59=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA13B is #025EC4. Grayscale: #B1B1B1. Windows color (decimal): -155333 or 3908093. OLE color: 3908093.

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

Color convert

RGB 253 161 59 -
CMYK 0 0.36 0.77 0.01
HSL 31.55º 0.98% 0.61% -
HSV(B) 31.55º 0.77% 0.99% -
XYZ 54.04 46.69 10.3 -
YUV 176.88 61.48 182.29 -
System Red Green Blue C M Y K H S L
Decimal 253 161 59 0 0.36 0.77 0.01 31.55 0.98 0.61
Hex FD A1 3B 0 24 4D 1 20 62 3D
Octal 375 241 73 0 44 115 1 40 142 75
Binary 11111101 10100001 111011 0 100100 1001101 1 100000 1100010 111101

Color Harmonies of #FDA13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA13B

Black with #FDA13B

Text Example


Text Example

White with #FDA13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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