Html Css Color HEX #FFB60A Selective Yellow

📋 copy color: '#FFB60A'

red 255 ◦ green 182 ◦ blue 10

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

Shades of Selective Yellow #FFB60A

Tints of Selective Yellow #FFB60A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.72%

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

R = 57.05%
G = 40.72%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FFB60A (or 0xFFB60A) is known color: Selective Yellow. HEX triplet: FF, B6 and 0A. RGB value is (255,182,10). Sum of RGB (Red+Green+Blue) = 255+182+10=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 182 (71.48% from 255 or 40.72% from 447); Blue value is 10 (4.30% from 255 or 2.24% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB60A is #0049F5. Grayscale: #B8B8B8. Windows color (decimal): -18934 or 702207. OLE color: 702207.

HSL color Cylindrical-coordinate representation of color #FFB60A: hue angle of 42.12º 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 #FFB60A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 255 182 10 -
CMYK 0 0.29 0.96 0
HSL 42.12º 1% 0.52% -
HSV(B) 42.12º 0.96% 1% -
XYZ 58.02 54.74 7.79 -
YUV 184.22 29.68 178.49 -
System Red Green Blue C M Y K H S L
Decimal 255 182 10 0 0.29 0.96 0 42.12 1 0.52
Hex FF B6 A 0 1D 60 0 2A 64 34
Octal 377 266 12 0 35 140 0 52 144 64
Binary 11111111 10110110 1010 0 11101 1100000 0 101010 1100100 110100

Color Harmonies of #FFB60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB60A

Black with #FFB60A

Text Example


Text Example

White with #FFB60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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