Html Css Color HEX #FDA92B Lightning Yellow

📋 copy color: '#FDA92B'

red 253 ◦ green 169 ◦ blue 43

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

Shades of Lightning Yellow #FDA92B

Tints of Lightning Yellow #FDA92B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.34%

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

R = 54.41%
G = 36.34%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDA92B (or 0xFDA92B) is known color: Lightning Yellow. HEX triplet: FD, A9 and 2B. RGB value is (253,169,43). Sum of RGB (Red+Green+Blue) = 253+169+43=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 169 (66.41% from 255 or 36.34% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA92B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA92B is #0256D4. Grayscale: #B4B4B4. Windows color (decimal): -153301 or 2861565. OLE color: 2861565.

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

Color convert

RGB 253 169 43 -
CMYK 0 0.33 0.83 0.01
HSL 36º 0.98% 0.58% -
HSV(B) 36º 0.83% 0.99% -
XYZ 55.13 49.43 8.92 -
YUV 179.75 50.83 180.25 -
System Red Green Blue C M Y K H S L
Decimal 253 169 43 0 0.33 0.83 0.01 36 0.98 0.58
Hex FD A9 2B 0 21 53 1 24 62 3A
Octal 375 251 53 0 41 123 1 44 142 72
Binary 11111101 10101001 101011 0 100001 1010011 1 100100 1100010 111010

Color Harmonies of #FDA92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA92B

Black with #FDA92B

Text Example


Text Example

White with #FDA92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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