Html Css Color HEX #F0B32E Bright Sun

📋 copy color: '#F0B32E'

red 240 ◦ green 179 ◦ blue 46

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

Shades of Bright Sun #F0B32E

Tints of Bright Sun #F0B32E

RGB

 RED value IS 240 (94.14% from 255) = 51.61%

 GREEN value IS 179 (70.31% from 255) = 38.49%

 BLUE value IS 46 (18.36% from 255) = 9.89%

R = 51.61%
G = 38.49%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0B32E (or 0xF0B32E) is known color: Bright Sun. HEX triplet: F0, B3 and 2E. RGB value is (240,179,46). Sum of RGB (Red+Green+Blue) = 240+179+46=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B32E is #0F4CD1. Grayscale: #B6B6B6. Windows color (decimal): -1002706 or 3060720. OLE color: 3060720.

HSL color Cylindrical-coordinate representation of color #F0B32E: hue angle of 41.13º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0B32E is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 46 -
CMYK 0 0.25 0.81 0.06
HSL 41.13º 0.87% 0.56% -
HSV(B) 41.13º 0.81% 0.94% -
XYZ 52.55 50.96 9.65 -
YUV 182.08 51.21 169.31 -
System Red Green Blue C M Y K H S L
Decimal 240 179 46 0 0.25 0.81 0.06 41.13 0.87 0.56
Hex F0 B3 2E 0 19 51 6 29 57 38
Octal 360 263 56 0 31 121 6 51 127 70
Binary 11110000 10110011 101110 0 11001 1010001 110 101001 1010111 111000

Color Harmonies of #F0B32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B32E

Black with #F0B32E

Text Example


Text Example

White with #F0B32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B32E; }

 p { color: rgb(240,179,46); }

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

background-color css

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

 a { background-color: rgb(240,179,46); }

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

border-color css

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

 span { border-color: rgb(240,179,46); }

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