Html Css Color HEX #F2B13B Supernova

📋 copy color: '#F2B13B'

red 242 ◦ green 177 ◦ blue 59

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

Shades of Supernova #F2B13B

Tints of Supernova #F2B13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.34%

R = 50.63%
G = 37.03%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2B13B (or 0xF2B13B) is known color: Supernova. HEX triplet: F2, B1 and 3B. RGB value is (242,177,59). Sum of RGB (Red+Green+Blue) = 242+177+59=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 59 (23.44% from 255 or 12.34% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B13B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B13B is #0D4EC4. Grayscale: #B7B7B7. Windows color (decimal): -872133 or 3912178. OLE color: 3912178.

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

Color convert

RGB 242 177 59 -
CMYK 0 0.27 0.76 0.05
HSL 38.69º 0.88% 0.59% -
HSV(B) 38.69º 0.76% 0.95% -
XYZ 53.13 50.64 11.11 -
YUV 182.98 58.03 170.09 -
System Red Green Blue C M Y K H S L
Decimal 242 177 59 0 0.27 0.76 0.05 38.69 0.88 0.59
Hex F2 B1 3B 0 1B 4C 5 27 58 3B
Octal 362 261 73 0 33 114 5 47 130 73
Binary 11110010 10110001 111011 0 11011 1001100 101 100111 1011000 111011

Color Harmonies of #F2B13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B13B

Black with #F2B13B

Text Example


Text Example

White with #F2B13B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B13B; }

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

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

background-color css

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

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

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

border-color css

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

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

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