Html Css Color HEX #FFBA4B Koromiko

📋 copy color: '#FFBA4B'

red 255 ◦ green 186 ◦ blue 75

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

Shades of Koromiko #FFBA4B

Tints of Koromiko #FFBA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.53%

R = 49.42%
G = 36.05%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FFBA4B (or 0xFFBA4B) is known color: Koromiko. HEX triplet: FF, BA and 4B. RGB value is (255,186,75). Sum of RGB (Red+Green+Blue) = 255+186+75=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBA4B is #0045B4. Grayscale: #C2C2C2. Windows color (decimal): -17845 or 4963071. OLE color: 4963071.

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

Color convert

RGB 255 186 75 -
CMYK 0 0.27 0.71 0
HSL 37º 1% 0.65% -
HSV(B) 37º 0.71% 1% -
XYZ 60.07 56.89 14.47 -
YUV 193.98 60.86 171.53 -
System Red Green Blue C M Y K H S L
Decimal 255 186 75 0 0.27 0.71 0 37 1 0.65
Hex FF BA 4B 0 1B 47 0 25 64 41
Octal 377 272 113 0 33 107 0 45 144 101
Binary 11111111 10111010 1001011 0 11011 1000111 0 100101 1100100 1000001

Color Harmonies of #FFBA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBA4B

Black with #FFBA4B

Text Example


Text Example

White with #FFBA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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