Html Css Color HEX #FFB60D Selective Yellow

📋 copy color: '#FFB60D'

red 255 ◦ green 182 ◦ blue 13

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

Shades of Selective Yellow #FFB60D

Tints of Selective Yellow #FFB60D

RGB

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

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

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

R = 56.67%
G = 40.44%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFB60D (or 0xFFB60D) is known color: Selective Yellow. HEX triplet: FF, B6 and 0D. RGB value is (255,182,13). Sum of RGB (Red+Green+Blue) = 255+182+13=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB60D is #0049F2. Grayscale: #B9B9B9. Windows color (decimal): -18931 or 898815. OLE color: 898815.

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

Color convert

RGB 255 182 13 -
CMYK 0 0.29 0.95 0
HSL 41.9º 1% 0.53% -
HSV(B) 41.9º 0.95% 1% -
XYZ 58.04 54.74 7.89 -
YUV 184.56 31.18 178.24 -
System Red Green Blue C M Y K H S L
Decimal 255 182 13 0 0.29 0.95 0 41.9 1 0.53
Hex FF B6 D 0 1D 5F 0 2A 64 35
Octal 377 266 15 0 35 137 0 52 144 65
Binary 11111111 10110110 1101 0 11101 1011111 0 101010 1100100 110101

Color Harmonies of #FFB60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB60D

Black with #FFB60D

Text Example


Text Example

White with #FFB60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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