Html Css Color HEX #F0BA38 Bright Sun

📋 copy color: '#F0BA38'

red 240 ◦ green 186 ◦ blue 56

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

Shades of Bright Sun #F0BA38

Tints of Bright Sun #F0BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

 BLUE value IS 56 (22.27% from 255) = 11.62%

R = 49.79%
G = 38.59%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F0BA38 (or 0xF0BA38) is known color: Bright Sun. HEX triplet: F0, BA and 38. RGB value is (240,186,56). Sum of RGB (Red+Green+Blue) = 240+186+56=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 56 (22.27% from 255 or 11.62% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA38 is #0F45C7. Grayscale: #BBBBBB. Windows color (decimal): -1000904 or 3717872. OLE color: 3717872.

HSL color Cylindrical-coordinate representation of color #F0BA38: hue angle of 42.39º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0BA38 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 186 56 -
CMYK 0 0.22 0.77 0.06
HSL 42.39º 0.86% 0.58% -
HSV(B) 42.39º 0.77% 0.94% -
XYZ 54.21 53.93 11.29 -
YUV 187.33 53.89 165.57 -
System Red Green Blue C M Y K H S L
Decimal 240 186 56 0 0.22 0.77 0.06 42.39 0.86 0.58
Hex F0 BA 38 0 16 4D 6 2A 56 3A
Octal 360 272 70 0 26 115 6 52 126 72
Binary 11110000 10111010 111000 0 10110 1001101 110 101010 1010110 111010

Color Harmonies of #F0BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA38

Black with #F0BA38

Text Example


Text Example

White with #F0BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA38; }

 p { color: rgb(240,186,56); }

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

background-color css

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

 a { background-color: rgb(240,186,56); }

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

border-color css

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

 span { border-color: rgb(240,186,56); }

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