Html Css Color HEX #FDA72B Lightning Yellow

📋 copy color: '#FDA72B'

red 253 ◦ green 167 ◦ blue 43

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

Shades of Lightning Yellow #FDA72B

Tints of Lightning Yellow #FDA72B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.07%

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

R = 54.64%
G = 36.07%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA72B (or 0xFDA72B) is known color: Lightning Yellow. HEX triplet: FD, A7 and 2B. RGB value is (253,167,43). Sum of RGB (Red+Green+Blue) = 253+167+43=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA72B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA72B is #0258D4. Grayscale: #B3B3B3. Windows color (decimal): -153813 or 2861053. OLE color: 2861053.

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

Color convert

RGB 253 167 43 -
CMYK 0 0.34 0.83 0.01
HSL 35.43º 0.98% 0.58% -
HSV(B) 35.43º 0.83% 0.99% -
XYZ 54.76 48.69 8.8 -
YUV 178.58 51.49 181.08 -
System Red Green Blue C M Y K H S L
Decimal 253 167 43 0 0.34 0.83 0.01 35.43 0.98 0.58
Hex FD A7 2B 0 22 53 1 23 62 3A
Octal 375 247 53 0 42 123 1 43 142 72
Binary 11111101 10100111 101011 0 100010 1010011 1 100011 1100010 111010

Color Harmonies of #FDA72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA72B

Black with #FDA72B

Text Example


Text Example

White with #FDA72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA72B; }

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

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

background-color css

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

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

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

border-color css

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

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

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