Html Css Color HEX #F0B40D Selective Yellow

📋 copy color: '#F0B40D'

red 240 ◦ green 180 ◦ blue 13

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

Shades of Selective Yellow #F0B40D

Tints of Selective Yellow #F0B40D

RGB

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

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

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

R = 55.43%
G = 41.57%
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

#F0B40D (or 0xF0B40D) is known color: Selective Yellow. HEX triplet: F0, B4 and 0D. RGB value is (240,180,13). Sum of RGB (Red+Green+Blue) = 240+180+13=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 13 (5.47% from 255 or 3.00% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B40D is #0F4BF2. Grayscale: #B3B3B3. Windows color (decimal): -1002483 or 898288. OLE color: 898288.

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

Color convert

RGB 240 180 13 -
CMYK 0 0.25 0.95 0.06
HSL 44.14º 0.9% 0.5% -
HSV(B) 44.14º 0.95% 0.94% -
XYZ 52.33 51.2 7.5 -
YUV 178.9 34.38 171.58 -
System Red Green Blue C M Y K H S L
Decimal 240 180 13 0 0.25 0.95 0.06 44.14 0.9 0.5
Hex F0 B4 D 0 19 5F 6 2C 5A 32
Octal 360 264 15 0 31 137 6 54 132 62
Binary 11110000 10110100 1101 0 11001 1011111 110 101100 1011010 110010

Color Harmonies of #F0B40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B40D

Black with #F0B40D

Text Example


Text Example

White with #F0B40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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