Html Css Color HEX #F0BA25 Bright Sun

📋 copy color: '#F0BA25'

red 240 ◦ green 186 ◦ blue 37

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

Shades of Bright Sun #F0BA25

Tints of Bright Sun #F0BA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.99%

R = 51.84%
G = 40.17%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#F0BA25 (or 0xF0BA25) is known color: Bright Sun. HEX triplet: F0, BA and 25. RGB value is (240,186,37). Sum of RGB (Red+Green+Blue) = 240+186+37=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BA25 is #0F45DA. Grayscale: #B9B9B9. Windows color (decimal): -1000923 or 2472688. OLE color: 2472688.

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

Color convert

RGB 240 186 37 -
CMYK 0 0.22 0.85 0.06
HSL 44.04º 0.87% 0.54% -
HSV(B) 44.04º 0.85% 0.94% -
XYZ 53.83 53.78 9.29 -
YUV 185.16 44.39 167.12 -
System Red Green Blue C M Y K H S L
Decimal 240 186 37 0 0.22 0.85 0.06 44.04 0.87 0.54
Hex F0 BA 25 0 16 55 6 2C 57 36
Octal 360 272 45 0 26 125 6 54 127 66
Binary 11110000 10111010 100101 0 10110 1010101 110 101100 1010111 110110

Color Harmonies of #F0BA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BA25

Black with #F0BA25

Text Example


Text Example

White with #F0BA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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