Html Css Color HEX #FDB12F Supernova

📋 copy color: '#FDB12F'

red 253 ◦ green 177 ◦ blue 47

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

Shades of Supernova #FDB12F

Tints of Supernova #FDB12F

RGB

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

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

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

R = 53.04%
G = 37.11%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDB12F (or 0xFDB12F) is known color: Supernova. HEX triplet: FD, B1 and 2F. RGB value is (253,177,47). Sum of RGB (Red+Green+Blue) = 253+177+47=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB12F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDB12F is #024ED0. Grayscale: #B9B9B9. Windows color (decimal): -151249 or 3125757. OLE color: 3125757.

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

Color convert

RGB 253 177 47 -
CMYK 0 0.30 0.81 0.01
HSL 37.86º 0.98% 0.59% -
HSV(B) 37.86º 0.81% 0.99% -
XYZ 56.74 52.53 9.84 -
YUV 184.9 50.18 176.57 -
System Red Green Blue C M Y K H S L
Decimal 253 177 47 0 0.30 0.81 0.01 37.86 0.98 0.59
Hex FD B1 2F 0 1E 51 1 26 62 3B
Octal 375 261 57 0 36 121 1 46 142 73
Binary 11111101 10110001 101111 0 11110 1010001 1 100110 1100010 111011

Color Harmonies of #FDB12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB12F

Black with #FDB12F

Text Example


Text Example

White with #FDB12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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