Html Css Color HEX #F0B528 Bright Sun

📋 copy color: '#F0B528'

red 240 ◦ green 181 ◦ blue 40

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

Shades of Bright Sun #F0B528

Tints of Bright Sun #F0B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.26%

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

R = 52.06%
G = 39.26%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0B528 (or 0xF0B528) is known color: Bright Sun. HEX triplet: F0, B5 and 28. RGB value is (240,181,40). Sum of RGB (Red+Green+Blue) = 240+181+40=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B528 is #0F4AD7. Grayscale: #B7B7B7. Windows color (decimal): -1002200 or 2668016. OLE color: 2668016.

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

Color convert

RGB 240 181 40 -
CMYK 0 0.25 0.83 0.06
HSL 42.3º 0.87% 0.55% -
HSV(B) 42.3º 0.83% 0.94% -
XYZ 52.84 51.73 9.21 -
YUV 182.57 47.55 168.96 -
System Red Green Blue C M Y K H S L
Decimal 240 181 40 0 0.25 0.83 0.06 42.3 0.87 0.55
Hex F0 B5 28 0 19 53 6 2A 57 37
Octal 360 265 50 0 31 123 6 52 127 67
Binary 11110000 10110101 101000 0 11001 1010011 110 101010 1010111 110111

Color Harmonies of #F0B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B528

Black with #F0B528

Text Example


Text Example

White with #F0B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B528; }

 p { color: rgb(240,181,40); }

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

background-color css

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

 a { background-color: rgb(240,181,40); }

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

border-color css

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

 span { border-color: rgb(240,181,40); }

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