Html Css Color HEX #FDB92F Supernova

📋 copy color: '#FDB92F'

red 253 ◦ green 185 ◦ blue 47

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

Shades of Supernova #FDB92F

Tints of Supernova #FDB92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.69%

R = 52.16%
G = 38.14%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDB92F (or 0xFDB92F) is known color: Supernova. HEX triplet: FD, B9 and 2F. RGB value is (253,185,47). Sum of RGB (Red+Green+Blue) = 253+185+47=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB92F is #0246D0. Grayscale: #BEBEBE. Windows color (decimal): -149201 or 3127805. OLE color: 3127805.

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

Color convert

RGB 253 185 47 -
CMYK 0 0.27 0.81 0.01
HSL 40.19º 0.98% 0.59% -
HSV(B) 40.19º 0.81% 0.99% -
XYZ 58.37 55.79 10.38 -
YUV 189.6 47.53 173.22 -
System Red Green Blue C M Y K H S L
Decimal 253 185 47 0 0.27 0.81 0.01 40.19 0.98 0.59
Hex FD B9 2F 0 1B 51 1 28 62 3B
Octal 375 271 57 0 33 121 1 50 142 73
Binary 11111101 10111001 101111 0 11011 1010001 1 101000 1100010 111011

Color Harmonies of #FDB92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB92F

Black with #FDB92F

Text Example


Text Example

White with #FDB92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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