Html Css Color HEX #FFB450 Koromiko

📋 copy color: '#FFB450'

red 255 ◦ green 180 ◦ blue 80

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

Shades of Koromiko #FFB450

Tints of Koromiko #FFB450

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

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

R = 49.51%
G = 34.95%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFB450 (or 0xFFB450) is known color: Koromiko. HEX triplet: FF, B4 and 50. RGB value is (255,180,80). Sum of RGB (Red+Green+Blue) = 255+180+80=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 80 (31.64% from 255 or 15.53% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB450 is #004BAF. Grayscale: #BFBFBF. Windows color (decimal): -19376 or 5289215. OLE color: 5289215.

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

Color convert

RGB 255 180 80 -
CMYK 0 0.29 0.69 0
HSL 34.29º 1% 0.66% -
HSV(B) 34.29º 0.69% 1% -
XYZ 59.01 54.48 15 -
YUV 191.03 65.35 173.63 -
System Red Green Blue C M Y K H S L
Decimal 255 180 80 0 0.29 0.69 0 34.29 1 0.66
Hex FF B4 50 0 1D 45 0 22 64 42
Octal 377 264 120 0 35 105 0 42 144 102
Binary 11111111 10110100 1010000 0 11101 1000101 0 100010 1100100 1000010

Color Harmonies of #FFB450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB450

Black with #FFB450

Text Example


Text Example

White with #FFB450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB450; }

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

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

background-color css

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

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

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

border-color css

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

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

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