Html Css Color HEX #F2B538 Supernova

📋 copy color: '#F2B538'

red 242 ◦ green 181 ◦ blue 56

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

Shades of Supernova #F2B538

Tints of Supernova #F2B538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

 BLUE value IS 56 (22.27% from 255) = 11.69%

R = 50.52%
G = 37.79%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F2B538 (or 0xF2B538) is known color: Supernova. HEX triplet: F2, B5 and 38. RGB value is (242,181,56). Sum of RGB (Red+Green+Blue) = 242+181+56=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 56 (22.27% from 255 or 11.69% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B538 is #0D4AC7. Grayscale: #B9B9B9. Windows color (decimal): -871112 or 3716594. OLE color: 3716594.

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

Color convert

RGB 242 181 56 -
CMYK 0 0.25 0.77 0.05
HSL 40.32º 0.88% 0.58% -
HSV(B) 40.32º 0.77% 0.95% -
XYZ 53.86 52.21 10.98 -
YUV 184.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 242 181 56 0 0.25 0.77 0.05 40.32 0.88 0.58
Hex F2 B5 38 0 19 4D 5 28 58 3A
Octal 362 265 70 0 31 115 5 50 130 72
Binary 11110010 10110101 111000 0 11001 1001101 101 101000 1011000 111010

Color Harmonies of #F2B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B538

Black with #F2B538

Text Example


Text Example

White with #F2B538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B538; }

 p { color: rgb(242,181,56); }

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

background-color css

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

 a { background-color: rgb(242,181,56); }

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

border-color css

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

 span { border-color: rgb(242,181,56); }

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