Html Css Color HEX #F1B131 Bright Sun

📋 copy color: '#F1B131'

red 241 ◦ green 177 ◦ blue 49

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

Shades of Bright Sun #F1B131

Tints of Bright Sun #F1B131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.49%

R = 51.61%
G = 37.9%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1B131 (or 0xF1B131) is known color: Bright Sun. HEX triplet: F1, B1 and 31. RGB value is (241,177,49). Sum of RGB (Red+Green+Blue) = 241+177+49=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 49 (19.53% from 255 or 10.49% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B131 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B131 is #0E4ECE. Grayscale: #B6B6B6. Windows color (decimal): -937679 or 3256817. OLE color: 3256817.

HSL color Cylindrical-coordinate representation of color #F1B131: hue angle of 40º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1B131 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 177 49 -
CMYK 0 0.27 0.80 0.05
HSL 40º 0.87% 0.57% -
HSV(B) 40º 0.8% 0.95% -
XYZ 52.55 50.37 9.86 -
YUV 181.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 241 177 49 0 0.27 0.80 0.05 40 0.87 0.57
Hex F1 B1 31 0 1B 50 5 28 57 39
Octal 361 261 61 0 33 120 5 50 127 71
Binary 11110001 10110001 110001 0 11011 1010000 101 101000 1010111 111001

Color Harmonies of #F1B131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B131

Black with #F1B131

Text Example


Text Example

White with #F1B131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B131; }

 p { color: rgb(241,177,49); }

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

background-color css

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

 a { background-color: rgb(241,177,49); }

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

border-color css

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

 span { border-color: rgb(241,177,49); }

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