Html Css Color HEX #F2B840 Supernova

📋 copy color: '#F2B840'

red 242 ◦ green 184 ◦ blue 64

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

Shades of Supernova #F2B840

Tints of Supernova #F2B840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.06%

R = 49.39%
G = 37.55%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F2B840 (or 0xF2B840) is known color: Supernova. HEX triplet: F2, B8 and 40. RGB value is (242,184,64). Sum of RGB (Red+Green+Blue) = 242+184+64=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B840 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B840 is #0D47BF. Grayscale: #BCBCBC. Windows color (decimal): -870336 or 4241650. OLE color: 4241650.

HSL color Cylindrical-coordinate representation of color #F2B840: hue angle of 40.45º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2B840 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 184 64 -
CMYK 0 0.24 0.74 0.05
HSL 40.45º 0.87% 0.6% -
HSV(B) 40.45º 0.74% 0.95% -
XYZ 54.68 53.53 12.3 -
YUV 187.66 58.22 166.76 -
System Red Green Blue C M Y K H S L
Decimal 242 184 64 0 0.24 0.74 0.05 40.45 0.87 0.6
Hex F2 B8 40 0 18 4A 5 28 57 3C
Octal 362 270 100 0 30 112 5 50 127 74
Binary 11110010 10111000 1000000 0 11000 1001010 101 101000 1010111 111100

Color Harmonies of #F2B840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B840

Black with #F2B840

Text Example


Text Example

White with #F2B840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B840; }

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

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

background-color css

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

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

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

border-color css

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

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

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