Html Css Color HEX #F2B83B Supernova

📋 copy color: '#F2B83B'

red 242 ◦ green 184 ◦ blue 59

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

Shades of Supernova #F2B83B

Tints of Supernova #F2B83B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.94%

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

R = 49.9%
G = 37.94%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F2B83B (or 0xF2B83B) is known color: Supernova. HEX triplet: F2, B8 and 3B. RGB value is (242,184,59). Sum of RGB (Red+Green+Blue) = 242+184+59=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B83B is #0D47C4. Grayscale: #BBBBBB. Windows color (decimal): -870341 or 3913970. OLE color: 3913970.

HSL color Cylindrical-coordinate representation of color #F2B83B: hue angle of 40.98º 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 #F2B83B is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 184 59 -
CMYK 0 0.24 0.76 0.05
HSL 40.98º 0.88% 0.59% -
HSV(B) 40.98º 0.76% 0.95% -
XYZ 54.55 53.47 11.58 -
YUV 187.09 55.72 167.16 -
System Red Green Blue C M Y K H S L
Decimal 242 184 59 0 0.24 0.76 0.05 40.98 0.88 0.59
Hex F2 B8 3B 0 18 4C 5 29 58 3B
Octal 362 270 73 0 30 114 5 51 130 73
Binary 11110010 10111000 111011 0 11000 1001100 101 101001 1011000 111011

Color Harmonies of #F2B83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B83B

Black with #F2B83B

Text Example


Text Example

White with #F2B83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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