Html Css Color HEX #F1B640 Supernova

📋 copy color: '#F1B640'

red 241 ◦ green 182 ◦ blue 64

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

Shades of Supernova #F1B640

Tints of Supernova #F1B640

RGB

 RED value IS 241 (94.53% from 255) = 49.49%

 GREEN value IS 182 (71.48% from 255) = 37.37%

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

R = 49.49%
G = 37.37%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F1B640 (or 0xF1B640) is known color: Supernova. HEX triplet: F1, B6 and 40. RGB value is (241,182,64). Sum of RGB (Red+Green+Blue) = 241+182+64=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B640 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B640 is #0E49BF. Grayscale: #BABABA. Windows color (decimal): -936384 or 4241137. OLE color: 4241137.

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

Color convert

RGB 241 182 64 -
CMYK 0 0.24 0.73 0.05
HSL 40º 0.86% 0.6% -
HSV(B) 40º 0.73% 0.95% -
XYZ 53.93 52.53 12.15 -
YUV 186.19 59.05 167.09 -
System Red Green Blue C M Y K H S L
Decimal 241 182 64 0 0.24 0.73 0.05 40 0.86 0.6
Hex F1 B6 40 0 18 49 5 28 56 3C
Octal 361 266 100 0 30 111 5 50 126 74
Binary 11110001 10110110 1000000 0 11000 1001001 101 101000 1010110 111100

Color Harmonies of #F1B640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B640

Black with #F1B640

Text Example


Text Example

White with #F1B640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B640; }

 p { color: rgb(241,182,64); }

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

background-color css

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

 a { background-color: rgb(241,182,64); }

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

border-color css

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

 span { border-color: rgb(241,182,64); }

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