Html Css Color HEX #FBBA47 Koromiko

📋 copy color: '#FBBA47'

red 251 ◦ green 186 ◦ blue 71

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

Shades of Koromiko #FBBA47

Tints of Koromiko #FBBA47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 13.98%

R = 49.41%
G = 36.61%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FBBA47 (or 0xFBBA47) is known color: Koromiko. HEX triplet: FB, BA and 47. RGB value is (251,186,71). Sum of RGB (Red+Green+Blue) = 251+186+71=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBBA47 is #0445B8. Grayscale: #C0C0C0. Windows color (decimal): -279993 or 4700923. OLE color: 4700923.

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

Color convert

RGB 251 186 71 -
CMYK 0 0.26 0.72 0.02
HSL 38.33º 0.96% 0.63% -
HSV(B) 38.33º 0.72% 0.98% -
XYZ 58.48 56.08 13.7 -
YUV 192.33 59.53 169.85 -
System Red Green Blue C M Y K H S L
Decimal 251 186 71 0 0.26 0.72 0.02 38.33 0.96 0.63
Hex FB BA 47 0 1A 48 2 26 60 3F
Octal 373 272 107 0 32 110 2 46 140 77
Binary 11111011 10111010 1000111 0 11010 1001000 10 100110 1100000 111111

Color Harmonies of #FBBA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBA47

Black with #FBBA47

Text Example


Text Example

White with #FBBA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBA47; }

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

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

background-color css

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

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

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

border-color css

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

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

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