Html Css Color HEX #F2B130 Supernova

📋 copy color: '#F2B130'

red 242 ◦ green 177 ◦ blue 48

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

Shades of Supernova #F2B130

Tints of Supernova #F2B130

RGB

 RED value IS 242 (94.92% from 255) = 51.82%

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

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 51.82%
G = 37.9%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F2B130 (or 0xF2B130) is known color: Supernova. HEX triplet: F2, B1 and 30. RGB value is (242,177,48). Sum of RGB (Red+Green+Blue) = 242+177+48=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B130 is #0D4ECF. Grayscale: #B6B6B6. Windows color (decimal): -872144 or 3191282. OLE color: 3191282.

HSL color Cylindrical-coordinate representation of color #F2B130: hue angle of 39.9º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2B130 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 177 48 -
CMYK 0 0.27 0.80 0.05
HSL 39.9º 0.88% 0.57% -
HSV(B) 39.9º 0.8% 0.95% -
XYZ 52.87 50.53 9.76 -
YUV 181.73 52.53 170.99 -
System Red Green Blue C M Y K H S L
Decimal 242 177 48 0 0.27 0.80 0.05 39.9 0.88 0.57
Hex F2 B1 30 0 1B 50 5 28 58 39
Octal 362 261 60 0 33 120 5 50 130 71
Binary 11110010 10110001 110000 0 11011 1010000 101 101000 1011000 111001

Color Harmonies of #F2B130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B130

Black with #F2B130

Text Example


Text Example

White with #F2B130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B130; }

 p { color: rgb(242,177,48); }

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

background-color css

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

 a { background-color: rgb(242,177,48); }

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

border-color css

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

 span { border-color: rgb(242,177,48); }

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