Html Css Color HEX #FDA229 Lightning Yellow

📋 copy color: '#FDA229'

red 253 ◦ green 162 ◦ blue 41

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

Shades of Lightning Yellow #FDA229

Tints of Lightning Yellow #FDA229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.99%

R = 55.48%
G = 35.53%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDA229 (or 0xFDA229) is known color: Lightning Yellow. HEX triplet: FD, A2 and 29. RGB value is (253,162,41). Sum of RGB (Red+Green+Blue) = 253+162+41=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA229 is #025DD6. Grayscale: #AFAFAF. Windows color (decimal): -155095 or 2728701. OLE color: 2728701.

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

Color convert

RGB 253 162 41 -
CMYK 0 0.36 0.84 0.01
HSL 34.25º 0.98% 0.58% -
HSV(B) 34.25º 0.84% 0.99% -
XYZ 53.83 46.88 8.31 -
YUV 175.42 52.15 183.34 -
System Red Green Blue C M Y K H S L
Decimal 253 162 41 0 0.36 0.84 0.01 34.25 0.98 0.58
Hex FD A2 29 0 24 54 1 22 62 3A
Octal 375 242 51 0 44 124 1 42 142 72
Binary 11111101 10100010 101001 0 100100 1010100 1 100010 1100010 111010

Color Harmonies of #FDA229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA229

Black with #FDA229

Text Example


Text Example

White with #FDA229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA229; }

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

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

background-color css

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

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

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

border-color css

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

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

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