Html Css Color HEX #F0B828 Bright Sun

📋 copy color: '#F0B828'

red 240 ◦ green 184 ◦ blue 40

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

Shades of Bright Sun #F0B828

Tints of Bright Sun #F0B828

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.66%

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

R = 51.72%
G = 39.66%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#F0B828 (or 0xF0B828) is known color: Bright Sun. HEX triplet: F0, B8 and 28. RGB value is (240,184,40). Sum of RGB (Red+Green+Blue) = 240+184+40=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B828 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B828 is #0F47D7. Grayscale: #B8B8B8. Windows color (decimal): -1001432 or 2668784. OLE color: 2668784.

HSL color Cylindrical-coordinate representation of color #F0B828: hue angle of 43.2º 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 #F0B828 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 184 40 -
CMYK 0 0.23 0.83 0.06
HSL 43.2º 0.87% 0.55% -
HSV(B) 43.2º 0.83% 0.94% -
XYZ 53.46 52.96 9.41 -
YUV 184.33 46.55 167.71 -
System Red Green Blue C M Y K H S L
Decimal 240 184 40 0 0.23 0.83 0.06 43.2 0.87 0.55
Hex F0 B8 28 0 17 53 6 2B 57 37
Octal 360 270 50 0 27 123 6 53 127 67
Binary 11110000 10111000 101000 0 10111 1010011 110 101011 1010111 110111

Color Harmonies of #F0B828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B828

Black with #F0B828

Text Example


Text Example

White with #F0B828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B828; }

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

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

background-color css

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

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

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

border-color css

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

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

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