Html Css Color HEX #FDA138 Lightning Yellow

📋 copy color: '#FDA138'

red 253 ◦ green 161 ◦ blue 56

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

Shades of Lightning Yellow #FDA138

Tints of Lightning Yellow #FDA138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.91%

R = 53.83%
G = 34.26%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.01

RGB Variations

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

Color information

#FDA138 (or 0xFDA138) is known color: Lightning Yellow. HEX triplet: FD, A1 and 38. RGB value is (253,161,56). Sum of RGB (Red+Green+Blue) = 253+161+56=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 161 (63.28% from 255 or 34.26% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA138 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA138 is #025EC7. Grayscale: #B1B1B1. Windows color (decimal): -155336 or 3711485. OLE color: 3711485.

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

Color convert

RGB 253 161 56 -
CMYK 0 0.36 0.78 0.01
HSL 31.98º 0.98% 0.61% -
HSV(B) 31.98º 0.78% 0.99% -
XYZ 53.97 46.66 9.9 -
YUV 176.54 59.98 182.54 -
System Red Green Blue C M Y K H S L
Decimal 253 161 56 0 0.36 0.78 0.01 31.98 0.98 0.61
Hex FD A1 38 0 24 4E 1 20 62 3D
Octal 375 241 70 0 44 116 1 40 142 75
Binary 11111101 10100001 111000 0 100100 1001110 1 100000 1100010 111101

Color Harmonies of #FDA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA138

Black with #FDA138

Text Example


Text Example

White with #FDA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA138; }

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

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

background-color css

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

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

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

border-color css

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

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

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