Html Css Color HEX #F0B40A Selective Yellow

📋 copy color: '#F0B40A'

red 240 ◦ green 180 ◦ blue 10

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

Shades of Selective Yellow #F0B40A

Tints of Selective Yellow #F0B40A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 55.81%
G = 41.86%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F0B40A (or 0xF0B40A) is known color: Selective Yellow. HEX triplet: F0, B4 and 0A. RGB value is (240,180,10). Sum of RGB (Red+Green+Blue) = 240+180+10=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B40A is #0F4BF5. Grayscale: #B3B3B3. Windows color (decimal): -1002486 or 701680. OLE color: 701680.

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

Color convert

RGB 240 180 10 -
CMYK 0 0.25 0.96 0.06
HSL 44.35º 0.92% 0.49% -
HSV(B) 44.35º 0.96% 0.94% -
XYZ 52.31 51.19 7.41 -
YUV 178.56 32.88 171.82 -
System Red Green Blue C M Y K H S L
Decimal 240 180 10 0 0.25 0.96 0.06 44.35 0.92 0.49
Hex F0 B4 A 0 19 60 6 2C 5C 31
Octal 360 264 12 0 31 140 6 54 134 61
Binary 11110000 10110100 1010 0 11001 1100000 110 101100 1011100 110001

Color Harmonies of #F0B40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B40A

Black with #F0B40A

Text Example


Text Example

White with #F0B40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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