Html Css Color HEX #F6B128 Bright Sun

📋 copy color: '#F6B128'

red 246 ◦ green 177 ◦ blue 40

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

Shades of Bright Sun #F6B128

Tints of Bright Sun #F6B128

RGB

 RED value IS 246 (96.48% from 255) = 53.13%

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

 BLUE value IS 40 (16.02% from 255) = 8.64%

R = 53.13%
G = 38.23%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F6B128 (or 0xF6B128) is known color: Bright Sun. HEX triplet: F6, B1 and 28. RGB value is (246,177,40). Sum of RGB (Red+Green+Blue) = 246+177+40=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 177 (69.53% from 255 or 38.23% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6B128 is #094ED7. Grayscale: #B6B6B6. Windows color (decimal): -610008 or 2666998. OLE color: 2666998.

HSL color Cylindrical-coordinate representation of color #F6B128: hue angle of 39.9º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6B128 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 177 40 -
CMYK 0 0.28 0.84 0.04
HSL 39.9º 0.92% 0.56% -
HSV(B) 39.9º 0.84% 0.96% -
XYZ 54.11 51.19 9.04 -
YUV 182.01 47.86 173.64 -
System Red Green Blue C M Y K H S L
Decimal 246 177 40 0 0.28 0.84 0.04 39.9 0.92 0.56
Hex F6 B1 28 0 1C 54 4 28 5C 38
Octal 366 261 50 0 34 124 4 50 134 70
Binary 11110110 10110001 101000 0 11100 1010100 100 101000 1011100 111000

Color Harmonies of #F6B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B128

Black with #F6B128

Text Example


Text Example

White with #F6B128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B128; }

 p { color: rgb(246,177,40); }

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

background-color css

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

 a { background-color: rgb(246,177,40); }

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

border-color css

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

 span { border-color: rgb(246,177,40); }

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