Html Css Color HEX #FDA237 Lightning Yellow

📋 copy color: '#FDA237'

red 253 ◦ green 162 ◦ blue 55

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

Shades of Lightning Yellow #FDA237

Tints of Lightning Yellow #FDA237

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.47%

 BLUE value IS 55 (21.88% from 255) = 11.7%

R = 53.83%
G = 34.47%
B = 11.7%

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

#FDA237 (or 0xFDA237) is known color: Lightning Yellow. HEX triplet: FD, A2 and 37. RGB value is (253,162,55). Sum of RGB (Red+Green+Blue) = 253+162+55=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA237 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA237 is #025DC8. Grayscale: #B1B1B1. Windows color (decimal): -155081 or 3646205. OLE color: 3646205.

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

Color convert

RGB 253 162 55 -
CMYK 0 0.36 0.78 0.01
HSL 32.42º 0.98% 0.6% -
HSV(B) 32.42º 0.78% 0.99% -
XYZ 54.12 47 9.83 -
YUV 177.01 59.15 182.2 -
System Red Green Blue C M Y K H S L
Decimal 253 162 55 0 0.36 0.78 0.01 32.42 0.98 0.6
Hex FD A2 37 0 24 4E 1 20 62 3C
Octal 375 242 67 0 44 116 1 40 142 74
Binary 11111101 10100010 110111 0 100100 1001110 1 100000 1100010 111100

Color Harmonies of #FDA237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA237

Black with #FDA237

Text Example


Text Example

White with #FDA237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA237; }

 p { color: rgb(253,162,55); }

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

background-color css

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

 a { background-color: rgb(253,162,55); }

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

border-color css

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

 span { border-color: rgb(253,162,55); }

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