Html Css Color HEX #F0B50D Selective Yellow

📋 copy color: '#F0B50D'

red 240 ◦ green 181 ◦ blue 13

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

Shades of Selective Yellow #F0B50D

Tints of Selective Yellow #F0B50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3%

R = 55.3%
G = 41.71%
B = 3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0B50D (or 0xF0B50D) is known color: Selective Yellow. HEX triplet: F0, B5 and 0D. RGB value is (240,181,13). Sum of RGB (Red+Green+Blue) = 240+181+13=434 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.30% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 13 (5.47% from 255 or 3.00% from 434); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B50D is #0F4AF2. Grayscale: #B4B4B4. Windows color (decimal): -1002227 or 898544. OLE color: 898544.

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

Color convert

RGB 240 181 13 -
CMYK 0 0.25 0.95 0.06
HSL 44.41º 0.9% 0.5% -
HSV(B) 44.41º 0.95% 0.94% -
XYZ 52.53 51.6 7.57 -
YUV 179.49 34.05 171.16 -
System Red Green Blue C M Y K H S L
Decimal 240 181 13 0 0.25 0.95 0.06 44.41 0.9 0.5
Hex F0 B5 D 0 19 5F 6 2C 5A 32
Octal 360 265 15 0 31 137 6 54 132 62
Binary 11110000 10110101 1101 0 11001 1011111 110 101100 1011010 110010

Color Harmonies of #F0B50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B50D

Black with #F0B50D

Text Example


Text Example

White with #F0B50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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