Html Css Color HEX #F7B12D Supernova

📋 copy color: '#F7B12D'

red 247 ◦ green 177 ◦ blue 45

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

Shades of Supernova #F7B12D

Tints of Supernova #F7B12D

RGB

 RED value IS 247 (96.88% from 255) = 52.67%

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

 BLUE value IS 45 (17.97% from 255) = 9.59%

R = 52.67%
G = 37.74%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7B12D (or 0xF7B12D) is known color: Supernova. HEX triplet: F7, B1 and 2D. RGB value is (247,177,45). Sum of RGB (Red+Green+Blue) = 247+177+45=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B12D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7B12D is #084ED2. Grayscale: #B7B7B7. Windows color (decimal): -544467 or 2994679. OLE color: 2994679.

HSL color Cylindrical-coordinate representation of color #F7B12D: hue angle of 39.21º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7B12D is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 177 45 -
CMYK 0 0.28 0.82 0.03
HSL 39.21º 0.93% 0.57% -
HSV(B) 39.21º 0.82% 0.97% -
XYZ 54.55 51.41 9.53 -
YUV 182.88 50.19 173.73 -
System Red Green Blue C M Y K H S L
Decimal 247 177 45 0 0.28 0.82 0.03 39.21 0.93 0.57
Hex F7 B1 2D 0 1C 52 3 27 5D 39
Octal 367 261 55 0 34 122 3 47 135 71
Binary 11110111 10110001 101101 0 11100 1010010 11 100111 1011101 111001

Color Harmonies of #F7B12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B12D

Black with #F7B12D

Text Example


Text Example

White with #F7B12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B12D; }

 p { color: rgb(247,177,45); }

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

background-color css

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

 a { background-color: rgb(247,177,45); }

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

border-color css

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

 span { border-color: rgb(247,177,45); }

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