Html Css Color HEX #FDA22B Lightning Yellow

📋 copy color: '#FDA22B'

red 253 ◦ green 162 ◦ blue 43

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

Shades of Lightning Yellow #FDA22B

Tints of Lightning Yellow #FDA22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.39%

R = 55.24%
G = 35.37%
B = 9.39%

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

#FDA22B (or 0xFDA22B) is known color: Lightning Yellow. HEX triplet: FD, A2 and 2B. RGB value is (253,162,43). Sum of RGB (Red+Green+Blue) = 253+162+43=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 43 (17.19% from 255 or 9.39% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA22B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA22B is #025DD4. Grayscale: #B0B0B0. Windows color (decimal): -155093 or 2859773. OLE color: 2859773.

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

Color convert

RGB 253 162 43 -
CMYK 0 0.36 0.83 0.01
HSL 34º 0.98% 0.58% -
HSV(B) 34º 0.83% 0.99% -
XYZ 53.86 46.9 8.5 -
YUV 175.64 53.15 183.18 -
System Red Green Blue C M Y K H S L
Decimal 253 162 43 0 0.36 0.83 0.01 34 0.98 0.58
Hex FD A2 2B 0 24 53 1 22 62 3A
Octal 375 242 53 0 44 123 1 42 142 72
Binary 11111101 10100010 101011 0 100100 1010011 1 100010 1100010 111010

Color Harmonies of #FDA22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA22B

Black with #FDA22B

Text Example


Text Example

White with #FDA22B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA22B; }

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

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

background-color css

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

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

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

border-color css

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

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

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