Html Css Color HEX #FFB254 Koromiko

📋 copy color: '#FFB254'

red 255 ◦ green 178 ◦ blue 84

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

Shades of Koromiko #FFB254

Tints of Koromiko #FFB254

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

 BLUE value IS 84 (33.2% from 255) = 16.25%

R = 49.32%
G = 34.43%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFB254 (or 0xFFB254) is known color: Koromiko. HEX triplet: FF, B2 and 54. RGB value is (255,178,84). Sum of RGB (Red+Green+Blue) = 255+178+84=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB254 is #004DAB. Grayscale: #BEBEBE. Windows color (decimal): -19884 or 5550847. OLE color: 5550847.

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

Color convert

RGB 255 178 84 -
CMYK 0 0.30 0.67 0
HSL 32.98º 1% 0.66% -
HSV(B) 32.98º 0.67% 1% -
XYZ 58.76 53.74 15.66 -
YUV 190.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 255 178 84 0 0.30 0.67 0 32.98 1 0.66
Hex FF B2 54 0 1E 43 0 21 64 42
Octal 377 262 124 0 36 103 0 41 144 102
Binary 11111111 10110010 1010100 0 11110 1000011 0 100001 1100100 1000010

Color Harmonies of #FFB254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB254

Black with #FFB254

Text Example


Text Example

White with #FFB254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB254; }

 p { color: rgb(255,178,84); }

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

background-color css

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

 a { background-color: rgb(255,178,84); }

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

border-color css

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

 span { border-color: rgb(255,178,84); }

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