Html Css Color HEX #F0B41E Gold Tips

📋 copy color: '#F0B41E'

red 240 ◦ green 180 ◦ blue 30

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

Shades of Gold Tips #F0B41E

Tints of Gold Tips #F0B41E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40%

 BLUE value IS 30 (12.11% from 255) = 6.67%

R = 53.33%
G = 40%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0B41E (or 0xF0B41E) is known color: Gold Tips. HEX triplet: F0, B4 and 1E. RGB value is (240,180,30). Sum of RGB (Red+Green+Blue) = 240+180+30=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B41E is #0F4BE1. Grayscale: #B5B5B5. Windows color (decimal): -1002466 or 2012400. OLE color: 2012400.

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

Color convert

RGB 240 180 30 -
CMYK 0 0.25 0.87 0.06
HSL 42.86º 0.88% 0.53% -
HSV(B) 42.86º 0.88% 0.94% -
XYZ 52.49 51.26 8.36 -
YUV 180.84 42.88 170.2 -
System Red Green Blue C M Y K H S L
Decimal 240 180 30 0 0.25 0.87 0.06 42.86 0.88 0.53
Hex F0 B4 1E 0 19 57 6 2B 58 35
Octal 360 264 36 0 31 127 6 53 130 65
Binary 11110000 10110100 11110 0 11001 1010111 110 101011 1011000 110101

Color Harmonies of #F0B41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B41E

Black with #F0B41E

Text Example


Text Example

White with #F0B41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B41E; }

 p { color: rgb(240,180,30); }

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

background-color css

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

 a { background-color: rgb(240,180,30); }

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

border-color css

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

 span { border-color: rgb(240,180,30); }

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