Html Css Color HEX #F0B030 Bright Sun

📋 copy color: '#F0B030'

red 240 ◦ green 176 ◦ blue 48

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

Shades of Bright Sun #F0B030

Tints of Bright Sun #F0B030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.93%

 BLUE value IS 48 (19.14% from 255) = 10.34%

R = 51.72%
G = 37.93%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#F0B030 (or 0xF0B030) is known color: Bright Sun. HEX triplet: F0, B0 and 30. RGB value is (240,176,48). Sum of RGB (Red+Green+Blue) = 240+176+48=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B030 is #0F4FCF. Grayscale: #B5B5B5. Windows color (decimal): -1003472 or 3191024. OLE color: 3191024.

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

Color convert

RGB 240 176 48 -
CMYK 0 0.27 0.8 0.06
HSL 40º 0.86% 0.56% -
HSV(B) 40º 0.8% 0.94% -
XYZ 51.99 49.79 9.67 -
YUV 180.54 53.2 170.41 -
System Red Green Blue C M Y K H S L
Decimal 240 176 48 0 0.27 0.8 0.06 40 0.86 0.56
Hex F0 B0 30 0 1B 50 6 28 56 38
Octal 360 260 60 0 33 120 6 50 126 70
Binary 11110000 10110000 110000 0 11011 1010000 110 101000 1010110 111000

Color Harmonies of #F0B030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B030

Black with #F0B030

Text Example


Text Example

White with #F0B030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B030; }

 p { color: rgb(240,176,48); }

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

background-color css

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

 a { background-color: rgb(240,176,48); }

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

border-color css

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

 span { border-color: rgb(240,176,48); }

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