Html Css Color HEX #FFB80A Selective Yellow

📋 copy color: '#FFB80A'

red 255 ◦ green 184 ◦ blue 10

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

Shades of Selective Yellow #FFB80A

Tints of Selective Yellow #FFB80A

RGB

 RED value IS 255 (100% from 255) = 56.79%

 GREEN value IS 184 (72.27% from 255) = 40.98%

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

R = 56.79%
G = 40.98%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFB80A (or 0xFFB80A) is known color: Selective Yellow. HEX triplet: FF, B8 and 0A. RGB value is (255,184,10). Sum of RGB (Red+Green+Blue) = 255+184+10=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 10 (4.30% from 255 or 2.23% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB80A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB80A is #0047F5. Grayscale: #BABABA. Windows color (decimal): -18422 or 702719. OLE color: 702719.

HSL color Cylindrical-coordinate representation of color #FFB80A: hue angle of 42.61º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFB80A is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 184 10 -
CMYK 0 0.28 0.96 0
HSL 42.61º 1% 0.52% -
HSV(B) 42.61º 0.96% 1% -
XYZ 58.44 55.56 7.93 -
YUV 185.39 29.02 177.65 -
System Red Green Blue C M Y K H S L
Decimal 255 184 10 0 0.28 0.96 0 42.61 1 0.52
Hex FF B8 A 0 1C 60 0 2B 64 34
Octal 377 270 12 0 34 140 0 53 144 64
Binary 11111111 10111000 1010 0 11100 1100000 0 101011 1100100 110100

Color Harmonies of #FFB80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB80A

Black with #FFB80A

Text Example


Text Example

White with #FFB80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB80A; }

 p { color: rgb(255,184,10); }

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

background-color css

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

 a { background-color: rgb(255,184,10); }

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

border-color css

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

 span { border-color: rgb(255,184,10); }

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