Html Css Color HEX #FBBA5B Koromiko

📋 copy color: '#FBBA5B'

red 251 ◦ green 186 ◦ blue 91

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

Shades of Koromiko #FBBA5B

Tints of Koromiko #FBBA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.23%

R = 47.54%
G = 35.23%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FBBA5B (or 0xFBBA5B) is known color: Koromiko. HEX triplet: FB, BA and 5B. RGB value is (251,186,91). Sum of RGB (Red+Green+Blue) = 251+186+91=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 91 (35.94% from 255 or 17.23% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA5B is #0445A4. Grayscale: #C3C3C3. Windows color (decimal): -279973 or 6011643. OLE color: 6011643.

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

Color convert

RGB 251 186 91 -
CMYK 0 0.26 0.64 0.02
HSL 35.63º 0.95% 0.67% -
HSV(B) 35.63º 0.64% 0.98% -
XYZ 59.23 56.38 17.66 -
YUV 194.61 69.53 168.22 -
System Red Green Blue C M Y K H S L
Decimal 251 186 91 0 0.26 0.64 0.02 35.63 0.95 0.67
Hex FB BA 5B 0 1A 40 2 24 5F 43
Octal 373 272 133 0 32 100 2 44 137 103
Binary 11111011 10111010 1011011 0 11010 1000000 10 100100 1011111 1000011

Color Harmonies of #FBBA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA5B

Black with #FBBA5B

Text Example


Text Example

White with #FBBA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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