#FFB451

Color #FFB451 Koromiko (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Koromiko #FFB451

Tints of Koromiko #FFB451

Color information

#FFB451 (or 0xFFB451) is unknown color: approx Koromiko. HEX triplet: FF, B4 and 51. RGB value is (255,180,81). Sum of RGB (Red+Green+Blue) = 255+180+81=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 81 (32.03% from 255 or 15.70% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB451 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB451 is #004BAE. Grayscale: #BFBFBF. Windows color (decimal): -19375 or 5354751. OLE color: 5354751.

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

Color convert

RGB25518081-
CMYK00.290.680
HSL34.14º100%65.88%-
HSV(B)34.14º68.24%100%-
XYZ59.0554.515.19-
YUV191.1465.85173.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 81 (32.03% from 255) = 15.70%
R=49.42%
G=34.88%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551808100.290.68034.1410065.88
HexFFB45101D440226442
Octal377264121035104042144102
Binary111111111011010010100010111011000100010001011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB451; }

 p { color: rgb(255,180,81); }

 H1.HeaderClassName
 {
   color: #FFB451;
 }
 .AnyTagClassName
 {
   color: #FFB451;
 }
</style>
background-color css

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

 a { background-color: rgb(255,180,81); }

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

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

 span { border-color: rgb(255,180,81); }

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