Html Css Color HEX #FBBA4E Koromiko

📋 copy color: '#FBBA4E'

red 251 ◦ green 186 ◦ blue 78

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

Shades of Koromiko #FBBA4E

Tints of Koromiko #FBBA4E

RGB

 RED value IS 251 (98.44% from 255) = 48.74%

 GREEN value IS 186 (73.05% from 255) = 36.12%

 BLUE value IS 78 (30.86% from 255) = 15.15%

R = 48.74%
G = 36.12%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FBBA4E (or 0xFBBA4E) is known color: Koromiko. HEX triplet: FB, BA and 4E. RGB value is (251,186,78). Sum of RGB (Red+Green+Blue) = 251+186+78=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA4E is #0445B1. Grayscale: #C1C1C1. Windows color (decimal): -279986 or 5159675. OLE color: 5159675.

HSL color Cylindrical-coordinate representation of color #FBBA4E: hue angle of 37.46º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FBBA4E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 186 78 -
CMYK 0 0.26 0.69 0.02
HSL 37.46º 0.96% 0.65% -
HSV(B) 37.46º 0.69% 0.98% -
XYZ 58.72 56.18 14.96 -
YUV 193.12 63.03 169.28 -
System Red Green Blue C M Y K H S L
Decimal 251 186 78 0 0.26 0.69 0.02 37.46 0.96 0.65
Hex FB BA 4E 0 1A 45 2 25 60 41
Octal 373 272 116 0 32 105 2 45 140 101
Binary 11111011 10111010 1001110 0 11010 1000101 10 100101 1100000 1000001

Color Harmonies of #FBBA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA4E

Black with #FBBA4E

Text Example


Text Example

White with #FBBA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA4E; }

 p { color: rgb(251,186,78); }

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

background-color css

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

 a { background-color: rgb(251,186,78); }

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

border-color css

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

 span { border-color: rgb(251,186,78); }

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