Html Css Color HEX #FDA13D Lightning Yellow

📋 copy color: '#FDA13D'

red 253 ◦ green 161 ◦ blue 61

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

Shades of Lightning Yellow #FDA13D

Tints of Lightning Yellow #FDA13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.84%

R = 53.26%
G = 33.89%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDA13D (or 0xFDA13D) is known color: Lightning Yellow. HEX triplet: FD, A1 and 3D. RGB value is (253,161,61). Sum of RGB (Red+Green+Blue) = 253+161+61=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA13D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA13D is #025EC2. Grayscale: #B1B1B1. Windows color (decimal): -155331 or 4039165. OLE color: 4039165.

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

Color convert

RGB 253 161 61 -
CMYK 0 0.36 0.76 0.01
HSL 31.25º 0.98% 0.62% -
HSV(B) 31.25º 0.76% 0.99% -
XYZ 54.1 46.71 10.58 -
YUV 177.11 62.48 182.13 -
System Red Green Blue C M Y K H S L
Decimal 253 161 61 0 0.36 0.76 0.01 31.25 0.98 0.62
Hex FD A1 3D 0 24 4C 1 1F 62 3E
Octal 375 241 75 0 44 114 1 37 142 76
Binary 11111101 10100001 111101 0 100100 1001100 1 11111 1100010 111110

Color Harmonies of #FDA13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA13D

Black with #FDA13D

Text Example


Text Example

White with #FDA13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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