Html Css Color HEX #FFB552 Koromiko

📋 copy color: '#FFB552'

red 255 ◦ green 181 ◦ blue 82

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

Shades of Koromiko #FFB552

Tints of Koromiko #FFB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.94%

 BLUE value IS 82 (32.42% from 255) = 15.83%

R = 49.23%
G = 34.94%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFB552 (or 0xFFB552) is known color: Koromiko. HEX triplet: FF, B5 and 52. RGB value is (255,181,82). Sum of RGB (Red+Green+Blue) = 255+181+82=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 82 (32.42% from 255 or 15.83% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB552 is #004AAD. Grayscale: #C0C0C0. Windows color (decimal): -19118 or 5420543. OLE color: 5420543.

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

Color convert

RGB 255 181 82 -
CMYK 0 0.29 0.68 0
HSL 34.34º 1% 0.66% -
HSV(B) 34.34º 0.68% 1% -
XYZ 59.29 54.92 15.46 -
YUV 191.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 255 181 82 0 0.29 0.68 0 34.34 1 0.66
Hex FF B5 52 0 1D 44 0 22 64 42
Octal 377 265 122 0 35 104 0 42 144 102
Binary 11111111 10110101 1010010 0 11101 1000100 0 100010 1100100 1000010

Color Harmonies of #FFB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB552

Black with #FFB552

Text Example


Text Example

White with #FFB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB552; }

 p { color: rgb(255,181,82); }

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

background-color css

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

 a { background-color: rgb(255,181,82); }

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

border-color css

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

 span { border-color: rgb(255,181,82); }

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