Html Css Color HEX #FFBA0C Selective Yellow

📋 copy color: '#FFBA0C'

red 255 ◦ green 186 ◦ blue 12

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

Shades of Selective Yellow #FFBA0C

Tints of Selective Yellow #FFBA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.65%

R = 56.29%
G = 41.06%
B = 2.65%

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

#FFBA0C (or 0xFFBA0C) is known color: Selective Yellow. HEX triplet: FF, BA and 0C. RGB value is (255,186,12). Sum of RGB (Red+Green+Blue) = 255+186+12=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA0C is #0045F3. Grayscale: #BBBBBB. Windows color (decimal): -17908 or 834303. OLE color: 834303.

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

Color convert

RGB 255 186 12 -
CMYK 0 0.27 0.95 0
HSL 42.96º 1% 0.52% -
HSV(B) 42.96º 0.95% 1% -
XYZ 58.87 56.4 8.13 -
YUV 186.8 29.36 176.65 -
System Red Green Blue C M Y K H S L
Decimal 255 186 12 0 0.27 0.95 0 42.96 1 0.52
Hex FF BA C 0 1B 5F 0 2B 64 34
Octal 377 272 14 0 33 137 0 53 144 64
Binary 11111111 10111010 1100 0 11011 1011111 0 101011 1100100 110100

Color Harmonies of #FFBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA0C

Black with #FFBA0C

Text Example


Text Example

White with #FFBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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