Html Css Color HEX #FFBA0D Selective Yellow

📋 copy color: '#FFBA0D'

red 255 ◦ green 186 ◦ blue 13

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

Shades of Selective Yellow #FFBA0D

Tints of Selective Yellow #FFBA0D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.97%

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

R = 56.17%
G = 40.97%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#FFBA0D (or 0xFFBA0D) is known color: Selective Yellow. HEX triplet: FF, BA and 0D. RGB value is (255,186,13). Sum of RGB (Red+Green+Blue) = 255+186+13=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 13 (5.47% from 255 or 2.86% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA0D is #0045F2. Grayscale: #BBBBBB. Windows color (decimal): -17907 or 899839. OLE color: 899839.

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

Color convert

RGB 255 186 13 -
CMYK 0 0.27 0.95 0
HSL 42.89º 1% 0.53% -
HSV(B) 42.89º 0.95% 1% -
XYZ 58.87 56.41 8.17 -
YUV 186.91 29.86 176.57 -
System Red Green Blue C M Y K H S L
Decimal 255 186 13 0 0.27 0.95 0 42.89 1 0.53
Hex FF BA D 0 1B 5F 0 2B 64 35
Octal 377 272 15 0 33 137 0 53 144 65
Binary 11111111 10111010 1101 0 11011 1011111 0 101011 1100100 110101

Color Harmonies of #FFBA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA0D

Black with #FFBA0D

Text Example


Text Example

White with #FFBA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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