Html Css Color HEX #FDA238 Lightning Yellow

📋 copy color: '#FDA238'

red 253 ◦ green 162 ◦ blue 56

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

Shades of Lightning Yellow #FDA238

Tints of Lightning Yellow #FDA238

RGB

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

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

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

R = 53.72%
G = 34.39%
B = 11.89%

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

#FDA238 (or 0xFDA238) is known color: Lightning Yellow. HEX triplet: FD, A2 and 38. RGB value is (253,162,56). Sum of RGB (Red+Green+Blue) = 253+162+56=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA238 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA238 is #025DC7. Grayscale: #B1B1B1. Windows color (decimal): -155080 or 3711741. OLE color: 3711741.

HSL color Cylindrical-coordinate representation of color #FDA238: hue angle of 32.28º 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 #FDA238 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 56 -
CMYK 0 0.36 0.78 0.01
HSL 32.28º 0.98% 0.61% -
HSV(B) 32.28º 0.78% 0.99% -
XYZ 54.14 47.01 9.96 -
YUV 177.13 59.65 182.12 -
System Red Green Blue C M Y K H S L
Decimal 253 162 56 0 0.36 0.78 0.01 32.28 0.98 0.61
Hex FD A2 38 0 24 4E 1 20 62 3D
Octal 375 242 70 0 44 116 1 40 142 75
Binary 11111101 10100010 111000 0 100100 1001110 1 100000 1100010 111101

Color Harmonies of #FDA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA238

Black with #FDA238

Text Example


Text Example

White with #FDA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA238; }

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

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

background-color css

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

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

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

border-color css

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

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

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