Html Css Color HEX #FDB92B Supernova

📋 copy color: '#FDB92B'

red 253 ◦ green 185 ◦ blue 43

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

Shades of Supernova #FDB92B

Tints of Supernova #FDB92B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.46%

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

R = 52.6%
G = 38.46%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDB92B (or 0xFDB92B) is known color: Supernova. HEX triplet: FD, B9 and 2B. RGB value is (253,185,43). Sum of RGB (Red+Green+Blue) = 253+185+43=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB92B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB92B is #0246D4. Grayscale: #BDBDBD. Windows color (decimal): -149205 or 2865661. OLE color: 2865661.

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

Color convert

RGB 253 185 43 -
CMYK 0 0.27 0.83 0.01
HSL 40.57º 0.98% 0.58% -
HSV(B) 40.57º 0.83% 0.99% -
XYZ 58.29 55.76 9.97 -
YUV 189.14 45.53 173.55 -
System Red Green Blue C M Y K H S L
Decimal 253 185 43 0 0.27 0.83 0.01 40.57 0.98 0.58
Hex FD B9 2B 0 1B 53 1 29 62 3A
Octal 375 271 53 0 33 123 1 51 142 72
Binary 11111101 10111001 101011 0 11011 1010011 1 101001 1100010 111010

Color Harmonies of #FDB92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB92B

Black with #FDB92B

Text Example


Text Example

White with #FDB92B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB92B; }

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

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

background-color css

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

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

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

border-color css

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

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

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