Html Css Color HEX #FDA12E Lightning Yellow

📋 copy color: '#FDA12E'

red 253 ◦ green 161 ◦ blue 46

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

Shades of Lightning Yellow #FDA12E

Tints of Lightning Yellow #FDA12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10%

R = 55%
G = 35%
B = 10%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDA12E (or 0xFDA12E) is known color: Lightning Yellow. HEX triplet: FD, A1 and 2E. RGB value is (253,161,46). Sum of RGB (Red+Green+Blue) = 253+161+46=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 46 (18.36% from 255 or 10% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA12E is #025ED1. Grayscale: #AFAFAF. Windows color (decimal): -155346 or 3056125. OLE color: 3056125.

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

Color convert

RGB 253 161 46 -
CMYK 0 0.36 0.82 0.01
HSL 33.33º 0.98% 0.59% -
HSV(B) 33.33º 0.82% 0.99% -
XYZ 53.75 46.57 8.74 -
YUV 175.4 54.98 183.35 -
System Red Green Blue C M Y K H S L
Decimal 253 161 46 0 0.36 0.82 0.01 33.33 0.98 0.59
Hex FD A1 2E 0 24 52 1 21 62 3B
Octal 375 241 56 0 44 122 1 41 142 73
Binary 11111101 10100001 101110 0 100100 1010010 1 100001 1100010 111011

Color Harmonies of #FDA12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA12E

Black with #FDA12E

Text Example


Text Example

White with #FDA12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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