Html Css Color HEX #FBBA58 Koromiko

📋 copy color: '#FBBA58'

red 251 ◦ green 186 ◦ blue 88

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

Shades of Koromiko #FBBA58

Tints of Koromiko #FBBA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.76%

R = 47.81%
G = 35.43%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FBBA58 (or 0xFBBA58) is known color: Koromiko. HEX triplet: FB, BA and 58. RGB value is (251,186,88). Sum of RGB (Red+Green+Blue) = 251+186+88=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA58 is #0445A7. Grayscale: #C2C2C2. Windows color (decimal): -279976 or 5815035. OLE color: 5815035.

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

Color convert

RGB 251 186 88 -
CMYK 0 0.26 0.65 0.02
HSL 36.07º 0.95% 0.66% -
HSV(B) 36.07º 0.65% 0.98% -
XYZ 59.1 56.33 16.99 -
YUV 194.26 68.03 168.47 -
System Red Green Blue C M Y K H S L
Decimal 251 186 88 0 0.26 0.65 0.02 36.07 0.95 0.66
Hex FB BA 58 0 1A 41 2 24 5F 42
Octal 373 272 130 0 32 101 2 44 137 102
Binary 11111011 10111010 1011000 0 11010 1000001 10 100100 1011111 1000010

Color Harmonies of #FBBA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA58

Black with #FBBA58

Text Example


Text Example

White with #FBBA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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