Html Css Color HEX #FFB150 Koromiko

📋 copy color: '#FFB150'

red 255 ◦ green 177 ◦ blue 80

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

Shades of Koromiko #FFB150

Tints of Koromiko #FFB150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.57%

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 49.8%
G = 34.57%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFB150 (or 0xFFB150) is known color: Koromiko. HEX triplet: FF, B1 and 50. RGB value is (255,177,80). Sum of RGB (Red+Green+Blue) = 255+177+80=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB150 is #004EAF. Grayscale: #BDBDBD. Windows color (decimal): -20144 or 5288447. OLE color: 5288447.

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

Color convert

RGB 255 177 80 -
CMYK 0 0.31 0.69 0
HSL 33.26º 1% 0.66% -
HSV(B) 33.26º 0.69% 1% -
XYZ 58.41 53.28 14.8 -
YUV 189.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 255 177 80 0 0.31 0.69 0 33.26 1 0.66
Hex FF B1 50 0 1F 45 0 21 64 42
Octal 377 261 120 0 37 105 0 41 144 102
Binary 11111111 10110001 1010000 0 11111 1000101 0 100001 1100100 1000010

Color Harmonies of #FFB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB150

Black with #FFB150

Text Example


Text Example

White with #FFB150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB150; }

 p { color: rgb(255,177,80); }

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

background-color css

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

 a { background-color: rgb(255,177,80); }

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

border-color css

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

 span { border-color: rgb(255,177,80); }

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