Html Css Color HEX #FBBA53 Koromiko

📋 copy color: '#FBBA53'

red 251 ◦ green 186 ◦ blue 83

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

Shades of Koromiko #FBBA53

Tints of Koromiko #FBBA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.96%

R = 48.27%
G = 35.77%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FBBA53 (or 0xFBBA53) is known color: Koromiko. HEX triplet: FB, BA and 53. RGB value is (251,186,83). Sum of RGB (Red+Green+Blue) = 251+186+83=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA53 is #0445AC. Grayscale: #C2C2C2. Windows color (decimal): -279981 or 5487355. OLE color: 5487355.

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

Color convert

RGB 251 186 83 -
CMYK 0 0.26 0.67 0.02
HSL 36.79º 0.95% 0.65% -
HSV(B) 36.79º 0.67% 0.98% -
XYZ 58.9 56.25 15.94 -
YUV 193.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 251 186 83 0 0.26 0.67 0.02 36.79 0.95 0.65
Hex FB BA 53 0 1A 43 2 25 5F 41
Octal 373 272 123 0 32 103 2 45 137 101
Binary 11111011 10111010 1010011 0 11010 1000011 10 100101 1011111 1000001

Color Harmonies of #FBBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA53

Black with #FBBA53

Text Example


Text Example

White with #FBBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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