Html Css Color HEX #FDB12E Supernova

📋 copy color: '#FDB12E'

red 253 ◦ green 177 ◦ blue 46

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

Shades of Supernova #FDB12E

Tints of Supernova #FDB12E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.18%

 BLUE value IS 46 (18.36% from 255) = 9.66%

R = 53.15%
G = 37.18%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDB12E (or 0xFDB12E) is known color: Supernova. HEX triplet: FD, B1 and 2E. RGB value is (253,177,46). Sum of RGB (Red+Green+Blue) = 253+177+46=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB12E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB12E is #024ED1. Grayscale: #B9B9B9. Windows color (decimal): -151250 or 3060221. OLE color: 3060221.

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

Color convert

RGB 253 177 46 -
CMYK 0 0.30 0.82 0.01
HSL 37.97º 0.98% 0.59% -
HSV(B) 37.97º 0.82% 0.99% -
XYZ 56.72 52.52 9.73 -
YUV 184.79 49.68 176.65 -
System Red Green Blue C M Y K H S L
Decimal 253 177 46 0 0.30 0.82 0.01 37.97 0.98 0.59
Hex FD B1 2E 0 1E 52 1 26 62 3B
Octal 375 261 56 0 36 122 1 46 142 73
Binary 11111101 10110001 101110 0 11110 1010010 1 100110 1100010 111011

Color Harmonies of #FDB12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB12E

Black with #FDB12E

Text Example


Text Example

White with #FDB12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB12E; }

 p { color: rgb(253,177,46); }

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

background-color css

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

 a { background-color: rgb(253,177,46); }

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

border-color css

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

 span { border-color: rgb(253,177,46); }

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