Html Css Color HEX #FBB350 Koromiko

📋 copy color: '#FBB350'

red 251 ◦ green 179 ◦ blue 80

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

Shades of Koromiko #FBB350

Tints of Koromiko #FBB350

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.1%

 BLUE value IS 80 (31.64% from 255) = 15.69%

R = 49.22%
G = 35.1%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FBB350 (or 0xFBB350) is known color: Koromiko. HEX triplet: FB, B3 and 50. RGB value is (251,179,80). Sum of RGB (Red+Green+Blue) = 251+179+80=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 80 (31.64% from 255 or 15.69% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB350 is #044CAF. Grayscale: #BDBDBD. Windows color (decimal): -281776 or 5288955. OLE color: 5288955.

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

Color convert

RGB 251 179 80 -
CMYK 0 0.29 0.68 0.02
HSL 34.74º 0.96% 0.65% -
HSV(B) 34.74º 0.68% 0.98% -
XYZ 57.35 53.33 14.86 -
YUV 189.24 66.35 172.05 -
System Red Green Blue C M Y K H S L
Decimal 251 179 80 0 0.29 0.68 0.02 34.74 0.96 0.65
Hex FB B3 50 0 1D 44 2 23 60 41
Octal 373 263 120 0 35 104 2 43 140 101
Binary 11111011 10110011 1010000 0 11101 1000100 10 100011 1100000 1000001

Color Harmonies of #FBB350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBB350

Black with #FBB350

Text Example


Text Example

White with #FBB350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBB350; }

 p { color: rgb(251,179,80); }

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

background-color css

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

 a { background-color: rgb(251,179,80); }

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

border-color css

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

 span { border-color: rgb(251,179,80); }

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