Html Css Color HEX #FDA12C Lightning Yellow

📋 copy color: '#FDA12C'

red 253 ◦ green 161 ◦ blue 44

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

Shades of Lightning Yellow #FDA12C

Tints of Lightning Yellow #FDA12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.61%

R = 55.24%
G = 35.15%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA12C (or 0xFDA12C) is known color: Lightning Yellow. HEX triplet: FD, A1 and 2C. RGB value is (253,161,44). Sum of RGB (Red+Green+Blue) = 253+161+44=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA12C is #025ED3. Grayscale: #AFAFAF. Windows color (decimal): -155348 or 2925053. OLE color: 2925053.

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

Color convert

RGB 253 161 44 -
CMYK 0 0.36 0.83 0.01
HSL 33.59º 0.98% 0.58% -
HSV(B) 33.59º 0.83% 0.99% -
XYZ 53.71 46.55 8.54 -
YUV 175.17 53.98 183.51 -
System Red Green Blue C M Y K H S L
Decimal 253 161 44 0 0.36 0.83 0.01 33.59 0.98 0.58
Hex FD A1 2C 0 24 53 1 22 62 3A
Octal 375 241 54 0 44 123 1 42 142 72
Binary 11111101 10100001 101100 0 100100 1010011 1 100010 1100010 111010

Color Harmonies of #FDA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA12C

Black with #FDA12C

Text Example


Text Example

White with #FDA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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